Skip to content

Commit fbe4fcd

Browse files
author
Dirk Petersen (aider)
committed
fix: fix spinner backslash escape sequence
1 parent 58a5a4e commit fbe4fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ catch() {
9696

9797
spinner() {
9898
arg="$1"
99-
spin='-\|/'
99+
spin='-\\|/'
100100
i=0
101101

102102
check_condition() {

0 commit comments

Comments
 (0)