From 29d5de5e4adf3a1df5196669fc602282e75ebde5 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Thu, 8 Sep 2022 22:43:13 -0700 Subject: [PATCH] Update to v2.7.0 Signed-off-by: stephb9959 --- microservice_sample_cpp/set_env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/microservice_sample_cpp/set_env.sh b/microservice_sample_cpp/set_env.sh index 02aad63..264ed2a 100755 --- a/microservice_sample_cpp/set_env.sh +++ b/microservice_sample_cpp/set_env.sh @@ -1,4 +1,5 @@ #!/bin/bash +echo "Run this file from the root of your service directory" export $OWHELLOWORLD_CONFIG=`pwd` export $OWHELLOWORLD_ROOT=`pwd`