summaryrefslogtreecommitdiff
path: root/app/views/projects/empty.html.haml
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2014-08-31 01:08:01 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2014-08-31 01:08:01 +0300
commita870bc9ddfa11f88cb1e1b177bb1c207a8321479 (patch)
tree8e48f0095970fa1551b4f84166bf4381f7864092 /app/views/projects/empty.html.haml
parent1d04a6fda7e5768dfc71cdffd74ede8f924ec647 (diff)
downloadgitlab-ce-a870bc9ddfa11f88cb1e1b177bb1c207a8321479.tar.gz
Modify empty project instructions to use double quotes for commit msg.
http://feedback.gitlab.com/forums/176466-general/suggestions/6006904-modify-instruction-to-use-double-quotes-for-windo
Diffstat (limited to 'app/views/projects/empty.html.haml')
-rw-r--r--app/views/projects/empty.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml
index 97dc73bce14..c0baa3f90e4 100644
--- a/app/views/projects/empty.html.haml
+++ b/app/views/projects/empty.html.haml
@@ -17,7 +17,7 @@
git init
touch README
git add README
- git commit -m 'first commit'
+ git commit -m "first commit"
git remote add origin #{ content_tag(:span, default_url_to_repo, class: 'clone')}
git push -u origin master