Skip to content

Commit

Permalink
Fix horrible typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lox committed Jun 27, 2017
1 parent 9993f27 commit a03828d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/conf/buildkite-agent/hooks/environment
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export AWS_REGION
export AWS_DEFAULT_REGION
export AWS_ECR_LOGIN

if [[ "${SECRETS_PLUGIN_ENABLED:-1}" != "1" ]] && [[ -n "${BUILDKITE_SECRETS_BUCKET:-}" ]] ; then
if [[ "${SECRETS_PLUGIN_ENABLED:-1}" == "1" ]] && [[ -n "${BUILDKITE_SECRETS_BUCKET:-}" ]] ; then
echo "Starting an SSH Agent..."
eval "$(ssh-agent -s)"
echo
Expand Down

0 comments on commit a03828d

Please sign in to comment.