aboutsummaryrefslogtreecommitdiff
path: root/completions/zsh/_sbofind
diff options
context:
space:
mode:
Diffstat (limited to 'completions/zsh/_sbofind')
-rw-r--r--completions/zsh/_sbofind2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/zsh/_sbofind b/completions/zsh/_sbofind
index 9ca4bc0..b2c4d05 100644
--- a/completions/zsh/_sbofind
+++ b/completions/zsh/_sbofind
@@ -12,7 +12,7 @@ else
fi
# grab a listing of all slackbuilds
-slackbuilds=( ${(uf)"$(grep 'SLACKBUILD NAME: ' /usr/sbo/repo/SLACKBUILDS.TXT | cut -b 18-)"} )
+slackbuilds=( ${(uf)"$(grep 'SLACKBUILD NAME: ' $repo/SLACKBUILDS.TXT | cut -b 18-)"} )
_arguments -s \
- info \