Skip to content

Commit

Permalink
Fix status check to be compatible with #16
Browse files Browse the repository at this point in the history
  • Loading branch information
myaaghubi committed Jul 24, 2023
1 parent a30fd68 commit dead4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ benchmark () {
url_status=$(bash check.sh -t "$fw")

# find 'done'
status=${url_status%%done*}
status=${url_status%%${fw}*}

# if the index of 'done' be equal to
# the length of the url_status then
Expand Down

0 comments on commit dead4e3

Please sign in to comment.