Skip to content

Commit

Permalink
fix more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cold1984 committed Mar 1, 2023
1 parent 1112496 commit d4ab02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/pre-checkout
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ BLOBLESS="${BUILDKITE_PLUGIN_GIT_SHALLOW_CLONE_BLOBLESS:-false}"

if [[ "${BLOBLESS}" = "true" ]]
then
ARGS="${$ARGS} --filter blob:none"
ARGS="${ARGS} --filter blob:none"
fi

export BUILDKITE_GIT_CLONE_FLAGS="-v ${ARGS}"
Expand Down

0 comments on commit d4ab02f

Please sign in to comment.