diff --git a/docs/screencasts/generate-screencasts.sh b/docs/screencasts/generate-screencasts.sh index 119a0a1a4..33669cd7d 100755 --- a/docs/screencasts/generate-screencasts.sh +++ b/docs/screencasts/generate-screencasts.sh @@ -28,7 +28,7 @@ cp recordings/check-sbom.cast ../static/assets/check-sbom.cast # Create config docker run -it \ - -v $HOME/.config/gcloud:/root/.config/gcloud \ + -v "${HOME}"/.config/gcloud:/root/.config/gcloud \ -v "$(pwd)"/recordings:/recordings \ -v "$(pwd)"/constellation:/constellation \ screenrecodings /scripts/configure-cluster.expect @@ -36,7 +36,7 @@ cp recordings/configure-cluster.cast ../static/assets/configure-cluster.cast # Create cluster docker run -it \ - -v $HOME/.config/gcloud:/root/.config/gcloud \ + -v "${HOME}"/.config/gcloud:/root/.config/gcloud \ -v "$(pwd)"/recordings:/recordings \ -v "$(pwd)"/constellation:/constellation \ screenrecodings /scripts/create-cluster.expect @@ -44,7 +44,7 @@ cp recordings/create-cluster.cast ../static/assets/create-cluster.cast # Terminate cluster docker run -it \ - -v $HOME/.config/gcloud:/root/.config/gcloud \ + -v "${HOME}"/.config/gcloud:/root/.config/gcloud \ -v "$(pwd)"/recordings:/recordings \ -v "$(pwd)"/constellation:/constellation \ screenrecodings /scripts/terminate-cluster.expect @@ -52,7 +52,7 @@ cp recordings/terminate-cluster.cast ../static/assets/terminate-cluster.cast # Delete IAM docker run -it \ - -v $HOME/.config/gcloud:/root/.config/gcloud \ + -v "${HOME}"/.config/gcloud:/root/.config/gcloud \ -v "$(pwd)"/recordings:/recordings \ -v "$(pwd)"/constellation:/constellation \ screenrecodings /scripts/delete-iam.expect