aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-20 21:58:00 -0300
committerEuAndreh <eu@euandre.org>2019-05-20 21:58:11 -0300
commitd8d9643f8d15ae013f294d7564c6066500b795eb (patch)
tree297614da8f64de5bae63fb29cae6717af149bfe1 /bash
parentChange failure email config (diff)
downloaddotfiles-d8d9643f8d15ae013f294d7564c6066500b795eb.tar.gz
dotfiles-d8d9643f8d15ae013f294d7564c6066500b795eb.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