aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker Moore <parkrmoore@gmail.com>2013-09-19 19:05:14 -0700
committerParker Moore <parkrmoore@gmail.com>2013-09-19 19:05:14 -0700
commitf0674c69366b9172e6811036bbc5b0a29dbf6025 (patch)
treef7e4279429656cca519a1d1157b82851609ababe
parent9c41abf5e0b1c51a16a6c83e4c4f96c3f9f5c586 (diff)
parentd7a4bf5fc0c35f461c0d75796070203376d1b538 (diff)
downloadmy_new_personal_website-f0674c69366b9172e6811036bbc5b0a29dbf6025.tar.xz
my_new_personal_website-f0674c69366b9172e6811036bbc5b0a29dbf6025.zip
Merge pull request #1367 from nagimov/patch-1
".git" added to sample string with SSH repository URL
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index d7a6931a..0d5ec3b5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -307,7 +307,7 @@ task :setup_github_pages, :repo do |t, args|
repo_url = args.repo
else
puts "Enter the read/write url for your repository"
- puts "(For example, 'git@github.com:your_username/your_username.github.io)"
+ puts "(For example, 'git@github.com:your_username/your_username.github.io.git)"
puts " or 'https://github.com/your_username/your_username.github.io')"
repo_url = get_stdin("Repository url: ")
end