Commit 4fe1c8941e3b07488501c84589dd364d00cf8f20
Exists in
master
and in
4 other branches
Merge pull request #3604 from axilleas/config-typo
Fixed typo in gitlab.yml.example
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/gitlab.yml.example
| ... | ... | @@ -159,7 +159,7 @@ test: |
| 159 | 159 | redmine: |
| 160 | 160 | project_url: "http://redmine/projects/:issues_tracker_id" |
| 161 | 161 | issues_url: "http://redmine/:project_id/:issues_tracker_id/:id" |
| 162 | - new_issue_url: "http://redmine/projects/:issues_tracker_id/insues/new" | |
| 162 | + new_issue_url: "http://redmine/projects/:issues_tracker_id/issues/new" | |
| 163 | 163 | |
| 164 | 164 | staging: |
| 165 | 165 | <<: *base | ... | ... |