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.
1 parent f9c78ef commit 0129e13Copy full SHA for 0129e13
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