Skip to content
Snippets Groups Projects
Commit f5ea1c24 authored by Sébastien Fievet's avatar Sébastien Fievet
Browse files

Typo

parent 952b0bb7
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,10 @@ import os
import sys
DEFUALT_PATH = '{}.zip'.format(os.path.abspath(__file__))
BPWATCH_DISTRO_PATH = os.environ.get('BPWATCH_DISTRO_PATH', DEFUALT_PATH)
DEFAULT_PATH = '{}.zip'.format(os.path.abspath(__file__))
BPWATCH_DISTRO_PATH = os.environ.get('BPWATCH_DISTRO_PATH', DEFAULT_PATH)
sys.path.insert(0, BPWATCH_DISTRO_PATH)
import bp_cli
bp_cli.main()
\ No newline at end of file
bp_cli.main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment