Skip to content

Commit

Permalink
Fix import of azure private appservice.
Browse files Browse the repository at this point in the history
  • Loading branch information
misg committed Apr 14, 2019
1 parent 5c5e229 commit a75341a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScoutSuite/providers/azure/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
except ImportError:
pass
try:
from ScoutSuite.providers.azure.resources.appservice_private.base import WebApplications
from ScoutSuite.providers.azure.resources.private_appservice.base import WebApplications
except ImportError:
pass
try:
Expand Down

0 comments on commit a75341a

Please sign in to comment.