summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorkushalpandya <kushal@gitlab.com>2017-07-19 18:16:15 +0530
committerkushalpandya <kushal@gitlab.com>2017-07-19 18:16:15 +0530
commit584f323a69b33c3cd70148d27f0e921a55b7cade (patch)
treea87974ac3cc0bba2d0f59acb36cd2d1fdea73d76 /config
parentf038fa6debb83f7681c1b418a91595339888fcda (diff)
downloadgitlab-ce-584f323a69b33c3cd70148d27f0e921a55b7cade.tar.gz
Update Protected Branches bundle path
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js2
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',