From 75bb83bdec4298e45a079b27d14728aead20eb3d Mon Sep 17 00:00:00 2001 From: Nate <8377844+nateww@users.noreply.github.com> Date: Tue, 27 Oct 2020 17:11:28 -0600 Subject: [PATCH] The default branch for ruby-getting-started is 'main', not 'master - Ensure the user is using the master branch to match later instructions to do a git push master. --- docs/deployment/application-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/application-deployment.md b/docs/deployment/application-deployment.md index bc08f9c9c..eaca61fbd 100644 --- a/docs/deployment/application-deployment.md +++ b/docs/deployment/application-deployment.md @@ -9,7 +9,7 @@ Once you have configured Dokku with at least one user, you can deploy applicatio ```shell # from your local machine # SSH access to github must be enabled on this host -git clone https://github.com/heroku/ruby-getting-started +git clone https://github.com/heroku/ruby-getting-started --branch master ``` ### Create the app