From 47dd2748b949094595ac722911eea12565dc8b55 Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Meyer Date: Fri, 3 May 2019 09:17:53 +0100 Subject: [PATCH] debugging: clarify migrations command Signed-off-by: Pierre-Alexandre Meyer --- userguide/tutorials/debugging.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userguide/tutorials/debugging.adoc b/userguide/tutorials/debugging.adoc index 02be5fd25..4822eba2f 100644 --- a/userguide/tutorials/debugging.adoc +++ b/userguide/tutorials/debugging.adoc @@ -537,7 +537,7 @@ kpm diagnostic --killbill-api-credentials=bob lazar \ --account-export=ACCOUNT_ID ---- -If you are using our standard Docker images, you can simply run: +If you are using our standard Docker images, you can simply run the following command in the Kill Bill container: [source,bash] ----