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 099f633 commit 049fbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (p *Pipeline) ParseRepoConfig() error {
repoConfig := path.Join(p.Data.GitLocalPath, p.Config.GetString(config.PACKAGR_ENGINE_REPO_CONFIG_PATH))
if utils.FileExists(repoConfig) {
if err := p.Config.ReadConfig(repoConfig); err != nil {
return errors.New("An error occured while parsing repository capsule.yml file")
return errors.New("An error occured while parsing repository packagr.yml file")
}
} else {
log.Println("No repo capsule.yml file found, using existing config.")
Expand Down

0 comments on commit 049fbe2

Please sign in to comment.