From be47ad0bab99ebd74de7cfdbdcde14780a680991 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 4 Aug 2024 15:03:35 +0100 Subject: [PATCH] feat!: can run commands other than cargo All existing uses will now need to explicitly include the leading `cargo` in their args. --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1dddfc8..767aef2 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,4 +2,4 @@ set -e -cargo ${INPUT_ARGS} +${INPUT_ARGS}