Skip to content

Commit

Permalink
Fix regression for building tarball in Makefile (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdbartholomew authored Jun 27, 2022
1 parent bb8d16d commit ee0451c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ tarball:
docker cp pac-tarball:/home/appuser/ pulsar-admin-console-$(TAG)/
docker rm -f pac-tarball
tar -czf pulsar-admin-console-$(TAG).tar.gz pulsar-admin-console-$(TAG)/
rm -r pulsar-admin-console-$(TAG)/
rm -rf pulsar-admin-console-$(TAG)/
openssl dgst -sha512 pulsar-admin-console-$(TAG).tar.gz

0 comments on commit ee0451c

Please sign in to comment.