From d6bc887d0f479fced54219ee7678806d35082332 Mon Sep 17 00:00:00 2001 From: Solana Maintainers Date: Sun, 2 May 2021 22:19:45 -0700 Subject: [PATCH] fix-shellcheck --- stake-o-matic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stake-o-matic.sh b/stake-o-matic.sh index 1cd01747..e9dac44a 100755 --- a/stake-o-matic.sh +++ b/stake-o-matic.sh @@ -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