Skip to content

Commit

Permalink
correct gav
Browse files Browse the repository at this point in the history
  • Loading branch information
pstreef committed May 1, 2024
1 parent b2ef78a commit 7738882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7738882

Please sign in to comment.