diff options
| author | EuAndreh <eu@euandre.org> | 2019-01-13 15:01:29 -0200 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2019-01-13 15:01:29 -0200 |
| commit | 4cd2d9244d9248f66bd6ce3f7a045e358600542d (patch) | |
| tree | a3e840aed49b32c843698a0304d50ed0a2b96899 /bash | |
| parent | notmuch-post.sh. (diff) | |
| download | dotfiles-4cd2d9244d9248f66bd6ce3f7a045e358600542d.tar.gz dotfiles-4cd2d9244d9248f66bd6ce3f7a045e358600542d.tar.xz | |
Remove superlogin from fake-symlink 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 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 |
