Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Dec 17, 2022
1 parent cc82369 commit a3946dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/awesome_bot.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

if type awesome_bot >/dev/null 2>&1; then
AWESOME_BOT_EXEC=awesome_bot
AWESOME_BOT_EXEC="awesome_bot"
else
AWESOME_BOT_EXEC=bundle exec awesome_bot
AWESOME_BOT_EXEC="bundle exec awesome_bot"
fi

awesome_bot_with_retry() {
Expand Down

0 comments on commit a3946dc

Please sign in to comment.