Skip to content

Instantly share code, notes, and snippets.

@peinguin
Created January 24, 2012 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peinguin/1671731 to your computer and use it in GitHub Desktop.
Save peinguin/1671731 to your computer and use it in GitHub Desktop.
rake aborted!
/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