From 33c23b7d6710a6232468309e33a8121960e4cfda Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 6 May 2019 19:54:40 -0300 Subject: Clean up $SRHT_REPOS list. --- bash/fake-symlinks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash') 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 -- cgit v1.2.3