diff --git a/bin/script_template b/bin/script_template index 1b90bff..52e5297 100755 --- a/bin/script_template +++ b/bin/script_template @@ -3,4 +3,4 @@ from bundlewrap.repo import Repository from os.path import realpath, dirname -repo = Repository(dirname(dirname(realpath(__file__)))) +bw = Repository(dirname(dirname(realpath(__file__))))