Skip to content

Commit 018e0f3

Browse files
author
Kenneth Reitz
committed
Merge remote-tracking branch 'origin/master'
2 parents cf1647e + 4cc18ce commit 018e0f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vendor/bpwatch/bpwatch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import os
55
import sys
66

77

8-
DEFUALT_PATH = '{}.zip'.format(os.path.abspath(__file__))
9-
BPWATCH_DISTRO_PATH = os.environ.get('BPWATCH_DISTRO_PATH', DEFUALT_PATH)
8+
DEFAULT_PATH = '{}.zip'.format(os.path.abspath(__file__))
9+
BPWATCH_DISTRO_PATH = os.environ.get('BPWATCH_DISTRO_PATH', DEFAULT_PATH)
1010

1111
sys.path.insert(0, BPWATCH_DISTRO_PATH)
1212

1313
import bp_cli
14-
bp_cli.main()
14+
bp_cli.main()

0 commit comments

Comments
 (0)