Skip to content

Commit

Permalink
Revise documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
enzoh committed Jul 2, 2021
1 parent e5fcea2 commit 3e2de90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ release:
# Create checksum file.
> SHA256.SUM

# Create completions script.
# Create release script for tab completions.
openssl dgst -sha256 keysmith-completions.bash >> SHA256.SUM
cp keysmith-completions.bash release

Expand Down Expand Up @@ -70,7 +70,7 @@ release:
openssl dgst -sha256 keysmith-windows-amd64.tar.gz >> SHA256.SUM
mv keysmith-windows-amd64.tar.gz release

# Sign release tarballs.
# Sign release scripts and tarballs.
openssl dgst -out SHA256.SIG -sha256 -sign $(PRIVATE_KEY) SHA256.SUM
mv SHA256.SIG SHA256.SUM release

Expand Down

0 comments on commit 3e2de90

Please sign in to comment.