Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiakt committed Apr 10, 2023
1 parent 8683945 commit b76b306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/deploy/baremetal.js
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ const mergeLifecycleEvents = (lifecycle, other) => {
}

export const parseConfig = (yargs, rawConfigToml) => {
const configToml = yargs.interpolateEnvVariables
const configToml = yargs.interpolateEnvVars
? envInterpolation(rawConfigToml)
: rawConfigToml
const config = toml.parse(configToml)
Expand Down

0 comments on commit b76b306

Please sign in to comment.