Skip to content

Commit 52ef390

Browse files
committed
Update dotnet-tests.yml
1 parent b1df42d commit 52ef390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
EMPTY=$(( BAR_LENGTH - FILLED ))
8585

8686
BAR=""
87-
for ((i=0; i<FILLED; i++)); do BAR+=CHAR; done
87+
for ((i=0; i<FILLED; i++)); do BAR+=$CHAR; done
8888
for ((i=0; i<EMPTY; i++)); do BAR+="⬜"; done
8989
echo "$BAR"
9090
}

0 commit comments

Comments
 (0)