Skip to content

Commit

Permalink
fix: default projectName from repositoryName
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Nov 23, 2023
1 parent ce7bb77 commit 959a9bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/config/load-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ const loadConfig = async (
},
projectName: {
env: "KS_PROJECT_NAME",
defaultFunction: (config) => config.repositoryName,
},
refLabelKey: {
default: "kontinuous/ref",
Expand Down

0 comments on commit 959a9bb

Please sign in to comment.