Skip to content

Commit

Permalink
fix(profile-default): fix config bug (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpsx authored Nov 11, 2019
1 parent bb84716 commit 63c0184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localconf.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function buildConfig(opts) {
}

let showFenceAuthzOnProfile = true;
if (config.showFenceAuthzOnProfile) {
if (config.showFenceAuthzOnProfile === false) {
showFenceAuthzOnProfile = config.showFenceAuthzOnProfile;
}

Expand Down

0 comments on commit 63c0184

Please sign in to comment.