We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e014725 + 0129e13 commit 4c82ca3Copy full SHA for 4c82ca3
README.md
@@ -23,7 +23,7 @@ This buildpack takes a different approach and makes using the native Git way of
23
24
3. Set `GIT_SSH_KEY` to the private SSH key that can access both your repo and its submodules:
25
26
- heroku config:set GIT_SSH_KEY=$(cat ~/.ssh/id_rsa)
+ heroku config:set GIT_SSH_KEY="$(cat ~/.ssh/id_rsa)"
27
28
4. Enjoy the ride :)
29
0 commit comments