Merge pull request #1367 from nagimov/patch-1
".git" added to sample string with SSH repository URL
This commit is contained in:
commit
f0674c6936
2
Rakefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user