Skip to content

Commit

Permalink
Remove test path prefix from standalone projects
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-g committed Jan 21, 2016
1 parent 3612e04 commit 4180871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ def main():
projectConcept = args.concept

# copy template to the target location
dest = 'test/'
dest = ''
if args.concept:
dest += projectConcept + "/" + projectName
dest += 'test/' + projectConcept + "/" + projectName
projectRoot = "../../.."
else:
dest += projectName
Expand Down

0 comments on commit 4180871

Please sign in to comment.