From 78789c3abddb66d8795a6a553b13b31bf056c105 Mon Sep 17 00:00:00 2001 From: Jag Date: Fri, 12 May 2023 10:03:59 -0700 Subject: [PATCH] fixed missing git add --- workshop/content/edamicro.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/workshop/content/edamicro.adoc b/workshop/content/edamicro.adoc index ec28450..f6e4c9f 100644 --- a/workshop/content/edamicro.adoc +++ b/workshop/content/edamicro.adoc @@ -315,6 +315,7 @@ Then, commit your changes: [source,bash,role=execute] ---- +git add consumer/test.html git commit -am "fixing websocket URLs" ----