aboutsummaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sh b/config.sh
index 1a5c512..ac63acb 100755
--- a/config.sh
+++ b/config.sh
@@ -5,7 +5,7 @@ export AK_SETTINGS="$AK_WORKDIR/settings"
export AK_BINDIR="$AK_WORKDIR/bin"
export AK_LIBDIR="$AK_WORKDIR/lib"
export PATH=$PATH:$AK_BINDIR
-export AK_IPFS="$(which ipfs)"
+export AK_IPFS="$(which kubo)"
export AK_MODULESDIR="$AK_WORKDIR/modules"
export AK_ZBLOCKDIR="$AK_WORKDIR/zblocks"
export AK_BLOCKDIR="$AK_WORKDIR/blocks"