summaryrefslogtreecommitdiff
path: root/lib/gitlab_projects.rb
diff options
context:
space:
mode:
authorJohannes Schleifenbaum <johannes@js-webcoding.de>2013-07-29 09:41:26 +0200
committerJohannes Schleifenbaum <johannes@js-webcoding.de>2013-07-29 12:51:15 +0200
commit9e55cd4cd739088a08a78e1417982543847e6b32 (patch)
treee1a99bd081ddc1f959845f4eba2f74ee5160b9ac /lib/gitlab_projects.rb
parentd3c3fbc6163ca13b16351214349bd5a7f5b729a3 (diff)
downloadgitlab-shell-9e55cd4cd739088a08a78e1417982543847e6b32.tar.gz
Fix typos
Diffstat (limited to 'lib/gitlab_projects.rb')
-rw-r--r--lib/gitlab_projects.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_projects.rb b/lib/gitlab_projects.rb
index 242384b..bea5686 100644
--- a/lib/gitlab_projects.rb
+++ b/lib/gitlab_projects.rb
@@ -88,7 +88,7 @@ class GitlabProjects
end
# Import project via git clone --bare
- # URL must be publicly clonable
+ # URL must be publicly cloneable
def import_project
@source = ARGV.shift
$logger.info "Importing project #{@project_name} from <#{@source}> to <#{full_path}>."