Skip to content

Commit

Permalink
fix: Revert changed base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvark committed Aug 5, 2024
1 parent 3a941da commit 34c2748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pkg/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"
)

const DefaultBaseUrl = "[email protected]:oslokommune/golden-path-boilerplate.git"
const DefaultBaseUrl = "[email protected]:oslokommune/golden-path-boilerplate.git//boilerplate/terraform"

func Run(pkgManifestFilename string, outputFolders []string) error {
cmds, err := CreateBoilerplateCommands(pkgManifestFilename, outputFolders)
Expand Down

0 comments on commit 34c2748

Please sign in to comment.