diff options
author | kushalpandya <kushal@gitlab.com> | 2017-07-19 18:16:15 +0530 |
---|---|---|
committer | kushalpandya <kushal@gitlab.com> | 2017-07-19 18:16:15 +0530 |
commit | 584f323a69b33c3cd70148d27f0e921a55b7cade (patch) | |
tree | a87974ac3cc0bba2d0f59acb36cd2d1fdea73d76 /config | |
parent | f038fa6debb83f7681c1b418a91595339888fcda (diff) | |
download | gitlab-ce-584f323a69b33c3cd70148d27f0e921a55b7cade.tar.gz |
Update Protected Branches bundle path
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index 1113241e402..a7d92bc53b7 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -56,7 +56,7 @@ var config = { pipelines_details: './pipelines/pipeline_details_bundle.js', profile: './profile/profile_bundle.js', prometheus_metrics: './prometheus_metrics', - protected_branches: './protected_branches/protected_branches_bundle.js', + protected_branches: './protected_branches', protected_tags: './protected_tags', sidebar: './sidebar/sidebar_bundle.js', schedule_form: './pipeline_schedules/pipeline_schedule_form_bundle.js', |