summaryrefslogtreecommitdiff
path: root/branding/scripts
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-04-24 20:38:49 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-04-30 22:10:33 +0200
commitc8cadd8bec1350b28c0042a18055eb2c7db096c6 (patch)
tree9521cbcd824b068e3069493fe152c841ab066f6b /branding/scripts
parent37ed577a6b8de8a43fb67f30e7a0c7460a4c04a9 (diff)
[pkg] two-stage build for windows to allow signed uninstaller
Diffstat (limited to 'branding/scripts')
-rw-r--r--branding/scripts/provider.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/branding/scripts/provider.py b/branding/scripts/provider.py
index 7455556..b1beab9 100644
--- a/branding/scripts/provider.py
+++ b/branding/scripts/provider.py
@@ -5,7 +5,7 @@ import os
def getDefaultProvider(config):
provider = os.environ.get('PROVIDER')
if provider:
- print('[+] Got provider {} from environemnt'.format(provider))
+ print('[+] Got provider {} from environment'.format(provider))
else:
print('[+] Using default provider from config file')
provider = config['default']['provider']