diff --git a/functions/insist.fish b/functions/insist.fish index ec651f6..655bc30 100644 --- a/functions/insist.fish +++ b/functions/insist.fish @@ -44,8 +44,8 @@ function $cmd -V cmd -d "Perform a command repetitively until successful" # Output, or not, the attempt count if not set --query _flag_quiet set --query _flag_attempts - and wrn -on "Insisting... Attempt $count of $_flag_attempts" - or wrn -on "Insisting... Attempt $count" + and wrn -o "Insisting... Attempt $count of $_flag_attempts" + or wrn -o "Insisting... Attempt $count" end # Stop the function, or not, if the command was performed successfuly @@ -61,4 +61,4 @@ function $cmd -V cmd -d "Perform a command repetitively until successful" and command sleep $_flag_interval or command sleep 1 end -end \ No newline at end of file +end