aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
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 a3d1003..c06319b 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-client)
+SRHT_REPOS=(website mentat cement)
SRHT_REPOS_PATH="$HOME/dev/libre"
for repo in "${SRHT_REPOS[@]}"; do