From 258d0bf51594943ff32aea458321549df1994469 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Tue, 2 Jul 2019 15:23:25 -0400 Subject: [PATCH] use new repo --- dash-apm-python/background.sh | 2 +- dash-apm-python/foreground.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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