Whitespace

This commit is contained in:
richo 2013-01-11 23:10:08 +11:00
parent 9decd23b5a
commit 5b332f5c95
6 changed files with 10 additions and 10 deletions

View file

@ -303,7 +303,7 @@ task :setup_github_pages, :repo do |t, args|
if args.repo
repo_url = args.repo
else
puts "Enter the read/write url for your repository"
puts "Enter the read/write url for your repository"
puts "(For example, 'git@github.com:your_username/your_username.github.com)"
repo_url = get_stdin("Repository url: ")
end