mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 20:31:10 +00:00
Fix small typo in comments
This commit is contained in:
parent
50114f573c
commit
d329615b89
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ chmod 0700 $HOME/.ssh
|
|||
echo 'StrictHostKeyChecking no' | tee $HOME/.ssh/config > /dev/null
|
||||
|
||||
# be sure to exit on error and print out
|
||||
# our bash commands, so we can which commands
|
||||
# our bash commands, so we can see which commands
|
||||
# are executing and troubleshoot failures.
|
||||
set -e
|
||||
|
||||
|
|
Loading…
Reference in a new issue