diff --git a/scripts/test/external_test.sh b/scripts/test/external_test.sh index 2b6d447..77ed955 100644 --- a/scripts/test/external_test.sh +++ b/scripts/test/external_test.sh @@ -18,4 +18,4 @@ mv $WORK_DIR/.github/workflows/actions/* .github/workflows/actions # To do the patch for current commit cargo install dependencies-patch # cargo run -- ../../ $PATCH_PACKAGE $PATCH_TARGET_URL $PATCH_COMMIT_HASH -dependencies-patch -c $WORK_DIR -n $PATCH_PACKAGE --git-repo $PATCH_TARGET_URL --commit $PATCH_COMMIT_HASH \ No newline at end of file +dependencies-patch -c $WORK_DIR -n $PATCH_PACKAGE -t git --git-repo $PATCH_TARGET_URL --commit $PATCH_COMMIT_HASH \ No newline at end of file