Skip to content

Commit

Permalink
detect-hostname-change: fix $EXPECTED_HOSTNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq authored and mergify[bot] committed Jan 2, 2025
1 parent 59adf87 commit eea4ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/common/detect-hostname-change.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
fi
# Useful for automation
if [[ "''${EXPECTED_HOSTNAME:-}" = "$desired" ]];
if [[ "''${EXPECTED_HOSTNAME:-}" = "$desired" ]]; then
exit
fi
Expand Down

0 comments on commit eea4ff2

Please sign in to comment.