Skip to content

Commit

Permalink
bugfix for auth enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdfuller committed Jun 4, 2019
1 parent 15b118d commit b82751f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/azure/appservice/authEnabled.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
if (!authSettings) return rcb();

if (authSettings.err || !authSettings.data) {
helpers.addResult(results, 3, 'Unable to query App Service: ' + helpers.addError(webApps), location);
helpers.addResult(results, 3, 'Unable to query App Service: ' + helpers.addError(authSettings), location);
return rcb();
}
if (!authSettings.data.length) {
Expand Down

0 comments on commit b82751f

Please sign in to comment.