Skip to content

Commit 5184b72

Browse files
committed
STAC-22599: Fix the comment
1 parent a15e8dd commit 5184b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/stackpack/stackpack_scaffold.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
defaultTemplateGitHubRepo = "StackVista/stackpack-templates" // Default path in GitHub repo for templates
18+
defaultTemplateGitHubRepo = "StackVista/stackpack-templates" // Default GitHub repository for templates
1919
defaultTemplateGitHubRef = "main" // Default branch for GitHub templates
2020
defaultTemplateGitHubPath = "templates" // Default path in GitHub repo for templates
2121
defaultTemplateName = "generic" // Default template name to use

0 commit comments

Comments
 (0)