Commit 8d29c7b59da88e6b256fe9fec77cee9a06e5d0cd

Authored by Robin Wenglewski
1 parent 0b590ebc49

change $USER to ${USER} to avoid history expansion

see [here](http://stackoverflow.com/questions/15140221/weired-zsh-behavior-how-to-debug/)

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -15,7 +15,7 @@
15 15 1. Use your install of [boxen-web](https://github.com/boxen/boxen-web) or get running manually like so:
16 16 ```
17 17 sudo mkdir -p /opt/boxen
18   - sudo chown $USER:admin /opt/boxen
  18 + sudo chown ${USER}:admin /opt/boxen
19 19 mkdir -p ~/src/my-boxen
20 20 cd ~/src/my-boxen
21 21 git init
... ... @@ -48,7 +48,7 @@
48 48  
49 49 ```
50 50 sudo mkdir -p /opt/boxen
51   -sudo chown $USER:admin /opt/boxen
  51 +sudo chown ${USER}:admin /opt/boxen
52 52 git clone https://github.com/yourorg/yourreponame.git /opt/boxen/repo
53 53 cd /opt/boxen/repo
54 54 script/boxen