Skip to content

Commit

Permalink
Revert "path for addl metadata should be absolute to the current dire…
Browse files Browse the repository at this point in the history
…ctory"

This reverts commit 0b0eaa7.
  • Loading branch information
AnalogJ committed Nov 17, 2022
1 parent 0b0eaa7 commit d88c37d
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]interface{}{})
c.SetDefault(PACKAGR_ADDL_VERSION_METADATA_PATHS, map[string]string{})

//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 d88c37d

Please sign in to comment.