aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorParker Moore <parkrmoore@gmail.com>2013-01-11 16:07:26 -0800
committerParker Moore <parkrmoore@gmail.com>2013-01-11 16:07:26 -0800
commit745e8f77bb3104fca1ae4510f019923228e54e05 (patch)
tree4b8f5305e7b795bb923821b8b95a31b6eca0cd42 /Rakefile
parent9decd23b5a7a2f26590a4995cafcba010695717d (diff)
parent5b332f5c95f825221e2447ca4909136a162dbaae (diff)
downloadmy_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--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 6c699df3..2afc1a80 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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