diff options
author | EuAndreh <eu@euandre.org> | 2019-05-06 19:56:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-06 19:56:40 -0300 |
commit | 50149aa073e3977205d8952799107992e7990910 (patch) | |
tree | 10f733f1a1f0bd2f5c0e12df5e31f579b5cf5d66 | |
parent | Change default email address for sr-ht-build.yaml. (diff) | |
download | dotfiles-50149aa073e3977205d8952799107992e7990910.tar.gz dotfiles-50149aa073e3977205d8952799107992e7990910.tar.xz |
Remove mentat from $SRHT_REPOS.
-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 c06319b..55ec8d4 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) +SRHT_REPOS=(website cement) SRHT_REPOS_PATH="$HOME/dev/libre" for repo in "${SRHT_REPOS[@]}"; do |