summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Mack <jmacktdkc@gmail.com>2011-12-13 13:25:01 -0500
committerJeremy Mack <jmacktdkc@gmail.com>2011-12-13 13:25:01 -0500
commit60fee48eaa98bf859613160dcad87b8f0908aac6 (patch)
treee6b5fd9087753ba6b8001c8c0dc69d320206ea23
parentd567b23bf053cee78fb7218cbe6d15d615fea582 (diff)
downloadgitlab-ce-60fee48eaa98bf859613160dcad87b8f0908aac6.tar.gz
Better description for automatically created project
-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