diff options
Diffstat (limited to 'bin/ak-follow')
-rwxr-xr-x | bin/ak-follow | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-follow b/bin/ak-follow index a72ba8b..9177c7f 100755 --- a/bin/ak-follow +++ b/bin/ak-follow @@ -3,7 +3,7 @@ FOLLOWING="$HOME/.arching-kaos/following" if [ ! -z $1 ] then echo $1 >> $FOLLOWING - IPFS=$(ipfs add -q $FOLLOWING) + IPFS=$(ak-ipfs-add $FOLLOWING) if [ $? == 0 ] then profile set following $IPFS |