Skip to content

Commit

Permalink
Merge pull request #162 from uc-cdis/fix/fence-create
Browse files Browse the repository at this point in the history
fix(fence-create): import settings
  • Loading branch information
philloooo authored Mar 14, 2018
2 parents e5a4d72 + a418fdb commit 60735ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fence-create
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def main():
if os.environ.get('FENCE_DB'):
DB = os.environ['FENCE_DB']
else:
from fence.local_settings import DB
from fence.settings import DB

if args.action == 'create':
yaml_input = args.__dict__['yaml-input']
Expand Down

0 comments on commit 60735ce

Please sign in to comment.