Skip to content

Commit

Permalink
Fix typo (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
tetienne authored Aug 24, 2021
1 parent c98ebf9 commit b5385fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/build_and_check_circle_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ steps:
fi
curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | sudo bash
else
circleci >/dev/null 2>&1 || { echo >&2 "No Circle CI CLI. Either pre-install or chaneg swissknife params"; exit 1; }
circleci >/dev/null 2>&1 || { echo >&2 "No Circle CI CLI. Either pre-install or update swissknife params"; exit 1; }
fi
circleci config pack << parameters.directory-of-src >> > .circleci/config.yml
Expand Down

0 comments on commit b5385fa

Please sign in to comment.