Skip to content

Commit

Permalink
path for addl metadata should be absolute to the current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Nov 17, 2022
1 parent a25ae73 commit 0b0eaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (c *configuration) Init() error {
c.SetDefault(PACKAGR_SCM, "default")
c.SetDefault(PACKAGR_VERSION_BUMP_TYPE, "patch")
c.SetDefault(PACKAGR_ENGINE_REPO_CONFIG_PATH, "packagr.yml")
c.SetDefault(PACKAGR_ADDL_VERSION_METADATA_PATHS, map[string]string{})
c.SetDefault(PACKAGR_ADDL_VERSION_METADATA_PATHS, map[string]interface{}{})

//set the default system config file search path.
//if you want to load a non-standard location system config file (~/capsule.yml), use ReadConfig
Expand Down

0 comments on commit 0b0eaa7

Please sign in to comment.