diff options
author | EuAndreh <eu@euandre.org> | 2019-05-06 19:54:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-06 19:54:40 -0300 |
commit | 33c23b7d6710a6232468309e33a8121960e4cfda (patch) | |
tree | fbe748d23ed6ac8a87decb47a7bc84fb080626b6 /bash | |
parent | Add instruction on restoring paperkey GPG key. (diff) | |
download | dotfiles-33c23b7d6710a6232468309e33a8121960e4cfda.tar.gz dotfiles-33c23b7d6710a6232468309e33a8121960e4cfda.tar.xz |
Clean up $SRHT_REPOS list.
Diffstat (limited to 'bash')
-rw-r--r-- | bash/fake-symlinks.sh | 2 |
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 |