Skip to content

Commit

Permalink
Merge pull request ClojureBridge#73 from alandipert/patch-2
Browse files Browse the repository at this point in the history
Quote mkdir arg; for when user name has spaces
  • Loading branch information
cndreisbach committed Apr 14, 2014
2 parents 20036df + 2cd5446 commit 74a653e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outline/setup_win7.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Before you can use Heroku, you will have to set up SSH, the way your computer co
First, look up what your user directory is. You can find it by running `echo %USERPROFILE%`. Create a place for your SSH keys by running this command:

```
mkdir %USERPROFILE%\.ssh
mkdir "%USERPROFILE%\.ssh"
```

Then, if you have 32-bit Windows, run this command:
Expand Down

0 comments on commit 74a653e

Please sign in to comment.