Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Belton <119824349+mbelton-buildkite@users.noreply.github.com>
  • Loading branch information
triarius and mbelton-buildkite authored Jul 31, 2023
1 parent 226bedc commit e9f92fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/agent/v3/securing.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ set -euo pipefail

if grep '^ENVIRONMENT_VARIABLE_TO_DENY=' "$BUILDKITE_ENV_FILE" > /dev/null
then
echo "Rejecting job because it the environment variable ENVIRONMENT_VARIABLE_TO_DENY has been set"
echo "Rejecting job because the environment variable ENVIRONMENT_VARIABLE_TO_DENY has been set"
exit 1
fi
```
Expand Down

0 comments on commit e9f92fc

Please sign in to comment.