Skip to content

Commit c37677b

Browse files
author
michael.biriley@firstaml.com
committed
Remove debug, and change log tense
1 parent be7ddb8 commit c37677b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

hooks/checkout

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ else
1919
fi
2020

2121
SKIP_SSH_KEYSCAN_OPTION="$(plugin_read_config SKIP_SSH_KEYSCAN "false")"
22-
echo "SKIP_SSH_KEYSCAN_OPTION: $SKIP_SSH_KEYSCAN_OPTION"
2322

2423
if [ "$SKIP_SSH_KEYSCAN_OPTION" = "false" ]; then
2524
echo "Scanning SSH keys for remote git repository"
2625
[[ -d ~/.ssh ]] || mkdir -p ~/.ssh
2726
ssh-keyscan "${BUILDKITE_REPO_SSH_HOST}" >> ~/.ssh/known_hosts
2827
else
29-
echo "Skipping SSH keyscan"
28+
echo "Skiped SSH keyscan"
3029
fi
3130

3231
echo "Creating sparse-checkout with paths: ${CHECKOUT_PATHS[*]}"

0 commit comments

Comments
 (0)