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