Skip to content

Commit

Permalink
Merge pull request #3008 from matthewbauer/fix-typo
Browse files Browse the repository at this point in the history
Use $HOME instead of $USER
  • Loading branch information
edolstra committed Jul 25, 2019
2 parents 1fb8e26 + 03addc3 commit 41a5246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/install-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cleanup() {
sudo rm -rf /etc/nix \
/nix \
/var/root/.nix-profile /var/root/.nix-defexpr /var/root/.nix-channels \
"$USER/.nix-profile" "$USER/.nix-defexpr" "$USER/.nix-channels"
"$HOME/.nix-profile" "$HOME/.nix-defexpr" "$HOME/.nix-channels"
}

verify() {
Expand Down

0 comments on commit 41a5246

Please sign in to comment.