Skip to content

Commit

Permalink
bump version to v0.4.62
Browse files Browse the repository at this point in the history
  • Loading branch information
xorpaul committed May 28, 2018
1 parent f7f5566 commit 6ee9154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions g10k.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func main() {
version := *versionFlag

if version {
fmt.Println("g10k version 0.4.61 Build time:", buildtime, "UTC")
fmt.Println("g10k version 0.4.62 Build time:", buildtime, "UTC")
os.Exit(0)
}

Expand Down Expand Up @@ -239,7 +239,7 @@ func main() {
}
//config = ConfigSettings{CacheDir: cachedir, ForgeCacheDir: cachedir, ModulesCacheDir: cachedir, EnvCacheDir: cachedir, Forge:{Baseurl: "https://forgeapi.puppetlabs.com"}, Sources: sm}
forgeDefaultSettings := Forge{Baseurl: "https://forgeapi.puppetlabs.com"}
config = ConfigSettings{CacheDir: cachedir, ForgeCacheDir: cachedir, ModulesCacheDir: cachedir, EnvCacheDir: cachedir, Sources: sm, Forge: forgeDefaultSettings, Maxworker: maxworker, UseCacheFallback: usecacheFallback, MaxExtractworker: maxExtractworker, RetryGitCommands: retryGitCommands}
config = ConfigSettings{CacheDir: cachedir, ForgeCacheDir: cachedir, ModulesCacheDir: cachedir, EnvCacheDir: cachedir, Sources: sm, Forge: forgeDefaultSettings, Maxworker: maxworker, UseCacheFallback: usecacheFallback, MaxExtractworker: maxExtractworker, RetryGitCommands: retryGitCommands, GitObjectSyntaxNotSupported: gitObjectSyntaxNotSupported}
target = pfLocation
puppetfile := readPuppetfile(target, "", "cmdlineparam", false)
puppetfile.workDir = "."
Expand Down

0 comments on commit 6ee9154

Please sign in to comment.