From d7eac7fc83f95be13f3f1d04a1e26f00b0995176 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 9 Jul 2020 17:22:09 -0400 Subject: [PATCH] fix?? --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 9865404..de3fefb 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell #! nix-shell -p doctl -p kubectl -i bash doctl kubernetes cluster kubeconfig save kubermemes -dhall-to-yaml-ng < ../printerfacts.dhall | kubectl apply -n apps -f - +dhall-to-yaml-ng < ./printerfacts.dhall | kubectl apply -n apps -f - kubectl rollout status -n apps deployment/printerfacts