Skip to content

Commit

Permalink
detect-hostname-change: make shellcheck happy
Browse files Browse the repository at this point in the history
  • Loading branch information
surfaceflinger authored and mergify[bot] committed Jan 23, 2025
1 parent ebf8d27 commit 1910ec7
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 @@ -41,7 +41,7 @@
log "Are you deploying on the right host?"
log
log "Type YES to continue:"
read reply
read -r reply
if [[ $reply != YES ]]; then
echo "aborting"
exit 1
Expand Down

0 comments on commit 1910ec7

Please sign in to comment.