diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2015-10-31 22:56:24 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2015-10-31 22:56:24 +0100 |
commit | 98008a2db85a5320d885cd515557d4093a1cba24 (patch) | |
tree | 4686f288d86d3bbcd9efce2a792d129ee2315e6b /doc/development | |
parent | 7335395916b7da508abc3880ccb98435c3d50311 (diff) | |
download | gitlab-ce-98008a2db85a5320d885cd515557d4093a1cba24.tar.gz |
Fix typo in rake task doc
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/rake_tasks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/rake_tasks.md b/doc/development/rake_tasks.md index a4a980cf0e0..9f3fd69fc4e 100644 --- a/doc/development/rake_tasks.md +++ b/doc/development/rake_tasks.md @@ -9,7 +9,7 @@ bundle exec rake setup ``` The `setup` task is a alias for `gitlab:setup`. -This tasks calls `db:setup` to create the database, calls `add_limits_mysql` that adds limits to the database schema in case of a MySQL database and fianlly it calls `db:seed_fu` to seed the database. +This tasks calls `db:setup` to create the database, calls `add_limits_mysql` that adds limits to the database schema in case of a MySQL database and finally it calls `db:seed_fu` to seed the database. Note: `db:setup` calls `db:seed` but this does nothing. ## Run tests |