Skip to content

Commit f48bf3f

Browse files
Merge pull request #2831 from spadgett/local-config-path
Automatic merge from submit-queue. Fix comment to use correct config.local.js path There is no longer an assets folder. /assign @benjaminapetersen
2 parents 3e54b11 + d9949ac commit f48bf3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// the web console from the openshift binary.
77
//
88
// To change configuration for local development, copy this file to
9-
// assets/app/config.local.js and edit the copy.
9+
// app/config.local.js and edit the copy.
1010
var masterPublicHostname = 'localhost:8443';
1111
var devConsoleHostname = 'localhost:9000';
1212
window.OPENSHIFT_CONFIG = {

0 commit comments

Comments
 (0)