From 44d3ec9feda707365a8dc880df585b1cca4a2382 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 23 May 2023 20:09:26 -0600 Subject: [PATCH] ci: use relative path to deploy script --- bin/ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ci b/bin/ci index 7beca10..1e15b69 100755 --- a/bin/ci +++ b/bin/ci @@ -32,7 +32,7 @@ if [ "${1}" = "update" ]; then exit 1 fi - deploy watch update + ./deploy watch update if ! git diff --exit-code >/dev/null; then git add pull_requests git commit -m 'watched: update watched pull requests'