Skip to content

Commit

Permalink
CR responses
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Johnson committed Aug 24, 2012
1 parent 235804c commit d9135f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/mrjob
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright 2012 Yelp
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion mrjob/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def audit_usage(args):
main(args)


@command('create-emr-job-flow', 'Create an EMR job flow')
@command('create-job-flow', 'Create an EMR job flow')
def create_jf(args):
from mrjob.tools.emr.create_job_flow import main
main(args)
Expand Down

0 comments on commit d9135f1

Please sign in to comment.