aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-01-13 15:01:29 -0200
committerEuAndreh <eu@euandre.org>2019-01-13 15:01:29 -0200
commit4cd2d9244d9248f66bd6ce3f7a045e358600542d (patch)
treea3e840aed49b32c843698a0304d50ed0a2b96899 /bash
parentnotmuch-post.sh. (diff)
downloaddotfiles-4cd2d9244d9248f66bd6ce3f7a045e358600542d.tar.gz
dotfiles-4cd2d9244d9248f66bd6ce3f7a045e358600542d.tar.xz
Remove superlogin from fake-symlink list.
Diffstat (limited to 'bash')
-rw-r--r--bash/fake-symlinks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/fake-symlinks.sh b/bash/fake-symlinks.sh
index 3927b0c..3a5e885 100644
--- a/bash/fake-symlinks.sh
+++ b/bash/fake-symlinks.sh
@@ -5,7 +5,7 @@ if [[ -n "$GITHUB_TOKEN" ]]; then
fi
-SRHT_REPOS=(website mentat cement pouchdb-materialized-view pires superlogin superlogin-client)
+SRHT_REPOS=(website mentat cement pouchdb-materialized-view pires superlogin-client)
SRHT_REPOS_PATH="$HOME/dev/libre"
for repo in "${SRHT_REPOS[@]}"; do