diff options
Diffstat (limited to 'bin/ak-unfollow')
-rwxr-xr-x | bin/ak-unfollow | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-unfollow b/bin/ak-unfollow index c574b79..5810b6b 100755 --- a/bin/ak-unfollow +++ b/bin/ak-unfollow @@ -7,7 +7,7 @@ then sed -i -e 's,'"$search"',,g' $FOLLOWING if [ $? == 0 ] then - IPFS="$(ipfs add -q $FOLLOWING)" + IPFS="$(ak-ipfs-add $FOLLOWING)" if [ $? == 0 ] then profile set repositories "$IPFS" |