Skip to content

Commit

Permalink
mkasc.sh: fix typo of Calculating
Browse files Browse the repository at this point in the history
Added on commit 64505c7 ("fix SHA1 issue when signing the realease").
  • Loading branch information
kmk3 committed Feb 12, 2021
1 parent f25b12c commit 4b2914e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkasc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (C) 2014-2020 Firejail Authors
# License GPL v2

echo "Calculationg SHA256 for all files in /transfer - firejail version $1"
echo "Calculating SHA256 for all files in /transfer - firejail version $1"

cd /transfer
sha256sum * > firejail-$1-unsigned
Expand Down

0 comments on commit 4b2914e

Please sign in to comment.