Skip to content

Commit

Permalink
fix-shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Solana Maintainers committed May 3, 2021
1 parent 605690c commit d6bc887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stake-o-matic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi

if [[ $BUILDKITE = true ]]; then
cd db
git add *
git add ./*
if ! git diff-index --quiet HEAD; then
git commit -m "Automated update by $BUILDKITE_BUILD_ID"
git push origin
Expand Down

0 comments on commit d6bc887

Please sign in to comment.