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 ffb71f7 commit 2f91a31Copy full SHA for 2f91a31
scripts/create-release.sh
@@ -17,9 +17,9 @@ if [[ "$(git symbolic-ref --short HEAD)" != "main" ]]; then
17
fi
18
19
# ensure we are up-to-date
20
-uncommited_changes=$(git diff --compact-summary)
21
-if [[ -n "$uncommited_changes" ]]; then
22
- echo -e "There are uncommited changes, exiting:\n${uncommited_changes}" >&2
+uncommitted_changes=$(git diff --compact-summary)
+if [[ -n "$uncommitted_changes" ]]; then
+ echo -e "There are uncommitted changes, exiting:\n${uncommitted_changes}" >&2
23
exit 1
24
25
git pull [email protected]:nix-community/nix-ld main
0 commit comments