diff options
Diffstat (limited to '')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |