aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/profile b/bin/profile
index 379b697..e9a2cb3 100644
--- a/bin/profile
+++ b/bin/profile
@@ -168,7 +168,7 @@ add(){
echo "Adding from " $FILE
FILE_IPFS_HASH=$(ipfs add -q $FILE)
FILE_SIGN_FILE=$(pwd)/$1".asc"
- gpg --detach-sign --sign-with $FINGERPRINT --armor --output $FILE_SIGN_FILE $FILE
+ gpg2 --detach-sign --sign-with $FINGERPRINT --armor --output $FILE_SIGN_FILE $FILE
FILE_SIGNATURE=$(ipfs add -q $FILE_SIGN_FILE)
cat > data <<EOF
{