From 68892af3d5f3350504ef983c2a26f84ee3f718c1 Mon Sep 17 00:00:00 2001 From: Shu Sugimoto Date: Sun, 17 Dec 2017 22:45:06 +0900 Subject: [PATCH] Remove unnecessary spaces --- docs/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index b0bbde40..b4fca740 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -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: