Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJeremy Mack <jmacktdkc@gmail.com>2011-12-13 22:25:01 +0400
committerJeremy Mack <jmacktdkc@gmail.com>2011-12-13 22:25:01 +0400
commit60fee48eaa98bf859613160dcad87b8f0908aac6 (patch)
treee6b5fd9087753ba6b8001c8c0dc69d320206ea23 /lib
parentd567b23bf053cee78fb7218cbe6d15d615fea582 (diff)
Better description for automatically created project
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/bulk_import.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/bulk_import.rake b/lib/tasks/bulk_import.rake
index 68893a316b5..f463f3b061c 100644
--- a/lib/tasks/bulk_import.rake
+++ b/lib/tasks/bulk_import.rake
@@ -66,7 +66,7 @@ def create_repo_project(project_name, user_email)
code: project_name,
path: project_name,
owner: user,
- description: "Automatically created from CVS on #{Time.now.to_s}"
+ description: "Automatically created from Rake on #{Time.now.to_s}"
)
# Add user as admin for project