From cb3682c2fc3531c8bd4557b7fd823694a8a0291c Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 22 Aug 2020 12:19:56 -0600 Subject: [PATCH] Fix variable substitution in watchexec download --- scripts/docker-install-phase4.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker-install-phase4.bash b/scripts/docker-install-phase4.bash index a1def92..330ddfd 100755 --- a/scripts/docker-install-phase4.bash +++ b/scripts/docker-install-phase4.bash @@ -11,7 +11,7 @@ latest_release() { # Needed for project infrastructure ver="$(latest_release watchexec/watchexec)" -wget -nv "https://github.com/watchexec/watchexec/releases/download/${rel}/watchexec-${ver}-x86_64-unknown-linux-gnu.deb" +wget -nv "https://github.com/watchexec/watchexec/releases/download/${ver}/watchexec-${ver}-x86_64-unknown-linux-gnu.deb" dpkg -i watchexec-*.deb rm watchexec-*.deb