Skip to content

Commit

Permalink
docs: updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AmmarKarachi authored and SwaySway committed Mar 23, 2021
1 parent 28892b0 commit 40bce69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ async function updateConfigOnEnvInit(context, category, service) {
const isPullingOrEnv =
context.input.command === 'pull' ||
(context.input.command === 'env' && context.input.subCommands && !context.input.subCommands.includes('add'));
// don't ask for env_specific params when creating a new env or pulling
// don't ask for env_specific params when checking out env or pulling
srvcMetaData.inputs = srvcMetaData.inputs.filter(
input => ENV_SPECIFIC_PARAMS.includes(input.key) && !Object.keys(currentEnvSpecificValues).includes(input.key) && !isPullingOrEnv,
);
Expand Down

0 comments on commit 40bce69

Please sign in to comment.