Fix update-frameworks.
This commit is contained in:
parent
59ba3f1025
commit
90ab2dcc7e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import os
|
||||||
from lib.util import *
|
from lib.util import *
|
||||||
|
|
||||||
|
|
||||||
SOURCE_ROOT = os.path.dirname(os.path.dirname(__file__))
|
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||||
FRAMEWORKS_URL='https://gh-contractor-zcbenz.s3.amazonaws.com/frameworks'
|
FRAMEWORKS_URL='https://gh-contractor-zcbenz.s3.amazonaws.com/frameworks'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue