Skip to content

Commit 4c82ca3

Browse files
authored
Merge pull request #4 from OkLetsPlay/quote-env
Add necessary quotes around private key
2 parents e014725 + 0129e13 commit 4c82ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This buildpack takes a different approach and makes using the native Git way of
2323

2424
3. Set `GIT_SSH_KEY` to the private SSH key that can access both your repo and its submodules:
2525

26-
heroku config:set GIT_SSH_KEY=$(cat ~/.ssh/id_rsa)
26+
heroku config:set GIT_SSH_KEY="$(cat ~/.ssh/id_rsa)"
2727

2828
4. Enjoy the ride :)
2929

0 commit comments

Comments
 (0)