diff options
author | Parker Moore <parkrmoore@gmail.com> | 2013-01-11 16:07:26 -0800 |
---|---|---|
committer | Parker Moore <parkrmoore@gmail.com> | 2013-01-11 16:07:26 -0800 |
commit | 745e8f77bb3104fca1ae4510f019923228e54e05 (patch) | |
tree | 4b8f5305e7b795bb923821b8b95a31b6eca0cd42 /Rakefile | |
parent | 9decd23b5a7a2f26590a4995cafcba010695717d (diff) | |
parent | 5b332f5c95f825221e2447ca4909136a162dbaae (diff) | |
download | my_new_personal_website-745e8f77bb3104fca1ae4510f019923228e54e05.tar.xz my_new_personal_website-745e8f77bb3104fca1ae4510f019923228e54e05.zip |
Merge pull request #936 from richo/cleanup/whitespace
Whitespace
Diffstat (limited to 'Rakefile')
-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 |