Skip to content

Commit

Permalink
fixing packagr config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Mar 17, 2022
1 parent 9e07205 commit 099f633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func (c *configuration) Init() error {
//set defaults
c.SetDefault(PACKAGR_PACKAGE_TYPE, "generic")
c.SetDefault(PACKAGR_SCM, "default")
c.SetDefault(PACKAGR_ENGINE_REPO_CONFIG_PATH, "packagr.yml")

//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 099f633

Please sign in to comment.