Skip to content

Commit

Permalink
Remove unnecessary spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
shusugmt committed Dec 17, 2017
1 parent 792b4ec commit 68892af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,13 @@ When you rename, or create a new action, you must run `st2ctl reload` inside the
container. Next, to initialize the virtualenv, run:

```
st2 run packs.setup_virtualenv packs=tutorial
st2 run packs.setup_virtualenv packs=tutorial
```

Then you can run your action using the following:

```
st2 run tutorial.echo_action message=working
st2 run tutorial.echo_action message=working
```

You should see output similar to:
Expand Down

0 comments on commit 68892af

Please sign in to comment.