diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-01 12:19:17 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-01 12:19:17 +0300 |
commit | 4198b58a8c21bf99e370fa3dd1452bdb278a0be9 (patch) | |
tree | 2883bcc5df4b35c454334e6fedd6d18d52e583a0 | |
parent | 174c00cf2c026a3bdc61d94b45195a5e5c99202f (diff) | |
parent | e78b2b9040df1935063600b1c010ef40210fdeb1 (diff) | |
download | gitlab-ce-4198b58a8c21bf99e370fa3dd1452bdb278a0be9.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
-rw-r--r-- | app/views/projects/empty.html.haml | 2 |
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 |