This commit is contained in:
Dax Raad
2025-08-23 16:27:53 -04:00
parent 549c9a08e9
commit 42330ea4ec
+1
View File
@@ -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.`)