Skip to content

Commit

Permalink
Change default stages dir to deploy/stages
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Grudko committed Nov 12, 2012
1 parent 44863c1 commit 39901ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion n3d.py
Expand Up @@ -280,7 +280,7 @@ def close(self):
def main():
optionparser = OptionParser(usage="usage: %prog [options]")
optionparser.add_option("-s", "--stages-dir", dest="stages_dir",
default="./stages",
default=os.path.join("deploy","stages"),
help="stages root directory [ default: %default ]")
optionparser.add_option("-l", "--log-file", dest="log_file",
default="./deploy_process.log",
Expand Down

0 comments on commit 39901ce

Please sign in to comment.