Created
January 24, 2012 18:26
-
-
Save peinguin/1671731 to your computer and use it in GitHub Desktop.
rake aborted!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/var/www/gitlabhq/lib/tasks/bulk_import.rake:78: syntax error, unexpected ':', expecting ')' | |
name: project_name, | |
^ | |
/var/www/gitlabhq/lib/tasks/bulk_import.rake:79: syntax error, unexpected ':', expecting '=' | |
code: project_name, | |
^ | |
/var/www/gitlabhq/lib/tasks/bulk_import.rake:80: syntax error, unexpected ':', expecting '=' | |
path: project_name, | |
^ | |
/var/www/gitlabhq/lib/tasks/bulk_import.rake:81: syntax error, unexpected ':', expecting '=' | |
owner: user, | |
^ | |
/var/www/gitlabhq/lib/tasks/bulk_import.rake:82: syntax error, unexpected ':', expecting '=' | |
description: "Automatically created from R... | |
^ | |
/var/www/gitlabhq/lib/tasks/bulk_import.rake:83: syntax error, unexpected ')', expecting kEND | |
/var/www/gitlabhq/lib/tasks/bulk_import.rake:108: syntax error, unexpected kELSE, expecting kEND | |
/var/www/gitlabhq/lib/tasks/bulk_import.rake:112: syntax error, unexpected $end, expecting kEND | |
(See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment