diff --git a/dash-apm-python/background.sh b/dash-apm-python/background.sh index d43a767..818d324 100644 --- a/dash-apm-python/background.sh +++ b/dash-apm-python/background.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash mkdir /tracing-workshop -git clone https://github.com/burningion/distributed-tracing-with-apm-workshop /tracing-workshop +git clone https://github.com/brettlangdon/distributed-tracing-with-apm-workshop /tracing-workshop cd /tracing-workshop docker-compose pull diff --git a/dash-apm-python/foreground.sh b/dash-apm-python/foreground.sh index 7319801..9c82e69 100644 --- a/dash-apm-python/foreground.sh +++ b/dash-apm-python/foreground.sh @@ -1,2 +1,5 @@ #!/usr/bin/env bash cd /tracing-workshop + +# clear the console +clear