Skip to content

Commit

Permalink
fix(dev): Fix path in instructions. (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Duftler authored and Eric Wiseblatt committed Apr 6, 2017
1 parent 84c5046 commit 9712fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/dev_runner.py
Expand Up @@ -276,7 +276,7 @@ def start_all(self, options):
print """Spinnaker is now ready on port {port}.
You can ^C (ctrl-c) to finish the script, which will stop emitting errors.
Spinnaker will continue until you run ../spinnaker/dev/stop_dev.sh
Spinnaker will continue until you run ./spinnaker/dev/stop_dev.sh
""".format(port=deck_port)

while True:
Expand Down

0 comments on commit 9712fba

Please sign in to comment.