Skip to content

Commit

Permalink
Review feedback (typo fix).
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Apr 19, 2016
1 parent bf3787f commit f955d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cylc-spawn
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def main():

suite = args.pop(0)

prompt('Reset task(s) %s in %s' % (args, suite), options.force)
prompt('Spawn task(s) %s in %s' % (args, suite), options.force)
pclient = SuiteCommandClient(
suite, options.owner, options.host, options.pyro_timeout,
options.port, options.db, my_uuid=options.set_uuid,
Expand Down

0 comments on commit f955d79

Please sign in to comment.