From 5288e9cb8631fd86aae8f32cb9079d5483fc8a9c Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sat, 23 Aug 2025 16:27:53 -0400 Subject: [PATCH] fix --- packages/opencode/src/cli/cmd/github.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/opencode/src/cli/cmd/github.ts b/packages/opencode/src/cli/cmd/github.ts index 8c71543af..1040d068e 100644 --- a/packages/opencode/src/cli/cmd/github.ts +++ b/packages/opencode/src/cli/cmd/github.ts @@ -64,6 +64,7 @@ export const GithubInstallCommand = cmd({ } async function getAppInfo() { + const app = App.info() const project = Project.use() if (project.vcs !== "git") { prompts.log.error(`Could not find git repository. Please run this command from a git repository.`)