Merge pull request #1367 from nagimov/patch-1

".git" added to sample string with SSH repository URL
This commit is contained in:
Parker Moore 2013-09-19 19:05:14 -07:00
commit f0674c6936
1 changed files with 1 additions and 1 deletions

View File

@ -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