diff --git a/pkg/pkg/install/install.go b/pkg/pkg/install/install.go index 59f517a..de41261 100644 --- a/pkg/pkg/install/install.go +++ b/pkg/pkg/install/install.go @@ -9,7 +9,7 @@ import ( "strings" ) -const DefaultBaseUrl = "git@github.com:oslokommune/golden-path-boilerplate.git" +const DefaultBaseUrl = "git@github.com:oslokommune/golden-path-boilerplate.git//boilerplate/terraform" func Run(pkgManifestFilename string, outputFolders []string) error { cmds, err := CreateBoilerplateCommands(pkgManifestFilename, outputFolders)