aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-06 19:56:40 -0300
committerEuAndreh <eu@euandre.org>2019-05-06 19:56:40 -0300
commit50149aa073e3977205d8952799107992e7990910 (patch)
tree10f733f1a1f0bd2f5c0e12df5e31f579b5cf5d66 /bash
parentChange default email address for sr-ht-build.yaml. (diff)
downloaddotfiles-50149aa073e3977205d8952799107992e7990910.tar.gz
dotfiles-50149aa073e3977205d8952799107992e7990910.tar.xz
Remove mentat from $SRHT_REPOS.
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 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