Skip to content

Commit 2edf0ef

Browse files
authored
Fix quotes (#3926)
1 parent e53a894 commit 2edf0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-dotnet-format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ else
6868
fi
6969
fi
7070

71-
exit $EXIT_CODE
71+
exit "$EXIT_CODE"

0 commit comments

Comments
 (0)