We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ac6b4 commit 55c03a6Copy full SHA for 55c03a6
helpers/lib
@@ -46,7 +46,7 @@ function retry {
46
fi
47
48
local count=0
49
- until "$@"; do
+ until eval "$@"; do
50
# Command failed, otherwise until would have skipped the loop
51
52
# Store return code so it can be reported to the user
0 commit comments