Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Mar 15, 2024
1 parent b35ae20 commit 123ee16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix-quick-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ retries=2
while true; do
"$nix/bin/nix-store" \
--load-db < /nix/var/nix-quick-install-action/registration && break || true
((i--))
((retries--))
echo >&2 "Retrying Nix DB registration"
sleep 2
done
Expand Down

0 comments on commit 123ee16

Please sign in to comment.