aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-repositories
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-repositories')
-rwxr-xr-xbin/ak-repositories2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-repositories b/bin/ak-repositories
index 1429341..c148a81 100755
--- a/bin/ak-repositories
+++ b/bin/ak-repositories
@@ -88,7 +88,6 @@ append-if-needed(){
fi
}
-
add(){
PROJECT="$1"
PROJECTDIR="$REPODIR/$PROJECT"
@@ -119,6 +118,7 @@ add(){
index(){
ak-ipfs-key-list-full | grep -e '\.git'
}
+
set-as-profile(){
IPFS=$(ak-ipfs-add $REPOSTORE)
if [ $? == 0 ]