We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afd531 commit 77db0deCopy full SHA for 77db0de
grabdish/addAndSourcePropertiesInBashrc.sh
@@ -5,6 +5,5 @@
5
# we put a placeholder msdataworkshopjaegeraddress.txt as we wont have the Jaeger LB address until later/setJaegerAddress.sh step
6
touch workingdir/msdataworkshopjaegeraddress.txt
7
echo "export MSDATAWORKSHOP_LOCATION=~/microservices-datadriven/grabdish/" >> ~/.bashrc
8
-echo "source $MSDATAWORKSHOP_LOCATION/msdataworkshop.properties" >> ~/.bashrc
+echo 'source $MSDATAWORKSHOP_LOCATION/msdataworkshop.properties' >> ~/.bashrc
9
source ~/.bashrc
10
-
0 commit comments