From 773888225c3d88dafa76873ad9ee1a596e7ada3c Mon Sep 17 00:00:00 2001 From: Peter Streef Date: Wed, 1 May 2024 15:15:29 +0200 Subject: [PATCH] correct gav --- .github/workflows/run-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-cli.yml b/.github/workflows/run-cli.yml index 66374c6..a667aad 100644 --- a/.github/workflows/run-cli.yml +++ b/.github/workflows/run-cli.yml @@ -34,7 +34,7 @@ jobs: echo "Build LST" java -jar mod.jar build . echo "Install recipe" - java -jar mod.jar config recipes jar install org.openrewrite.recipe:rewrite-core:LATEST || true + java -jar mod.jar config recipes jar install org.openrewrite:rewrite-core:LATEST || true echo "Echo log if exists" cat ~/.moderne/cli/recipes/*/recipes.log || true echo "Run recipe"