Commit 60fee48eaa98bf859613160dcad87b8f0908aac6
1 parent
d567b23b
Exists in
master
and in
4 other branches
Better description for automatically created project
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/tasks/bulk_import.rake
| ... | ... | @@ -66,7 +66,7 @@ def create_repo_project(project_name, user_email) |
| 66 | 66 | code: project_name, |
| 67 | 67 | path: project_name, |
| 68 | 68 | owner: user, |
| 69 | - description: "Automatically created from CVS on #{Time.now.to_s}" | |
| 69 | + description: "Automatically created from Rake on #{Time.now.to_s}" | |
| 70 | 70 | ) |
| 71 | 71 | |
| 72 | 72 | # Add user as admin for project | ... | ... |