Skip to content

Commit

Permalink
Some consistency in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Moti Asayag <[email protected]>
  • Loading branch information
masayag committed Apr 8, 2024
1 parent 146dadd commit aeb2540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion move2kube/m2k-func/move2kubeAPI/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ download-openapi:
curl https://raw.githubusercontent.com/konveyor/move2kube-api/main/assets/openapi.json -o openapi.json

generate: download-openapi
rm -rf java-client
rm -rf $(PWD)/java-client
docker run --rm \
-u $(USER):$(GROUP) \
-v $(PWD):/tmp \
Expand Down

0 comments on commit aeb2540

Please sign in to comment.