Skip to content

Commit dead4e3

Browse files
committed
Fix status check to be compatible with #16
1 parent a30fd68 commit dead4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ benchmark () {
88
url_status=$(bash check.sh -t "$fw")
99

1010
# find 'done'
11-
status=${url_status%%done*}
11+
status=${url_status%%${fw}*}
1212

1313
# if the index of 'done' be equal to
1414
# the length of the url_status then

0 commit comments

Comments
 (0)