From a7304fe0600aaaebe46d984954ca4f12707e00e5 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 9 Feb 2013 15:04:53 +0200 Subject: Fix truncate repos. Added path option to import --- bin/gitlab-projects | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/gitlab-projects') diff --git a/bin/gitlab-projects b/bin/gitlab-projects index f34706f..3f7a102 100755 --- a/bin/gitlab-projects +++ b/bin/gitlab-projects @@ -11,6 +11,8 @@ require_relative '../lib/gitlab_init' # # /bin/gitlab-projects rm-project gitlab/gitlab-ci.git # +# /bin/gitlab-projects import-project randx/six.git https://github.com/randx/six.git +# require File.join(ROOT_PATH, 'lib', 'gitlab_projects') GitlabProjects.new.exec -- cgit v1.2.1