about summary refs log tree commit diff
diff options
context:
space:
mode:
authormhmdanas <triallax@tutanota.com>2023-01-25 18:27:25 +0000
committerLeah Neukirchen <leah@vuxu.org>2023-01-25 19:30:40 +0100
commitd4350836360f764d5c4f361a458e0c6cc140b3bf (patch)
tree53da61c138fc0f809e8c0cdd6bd9856d8301b3bb
parent4fe7df8106775beea7f0c9ed0cbcfb7717968b93 (diff)
downloadxtools-d4350836360f764d5c4f361a458e0c6cc140b3bf.tar.gz
xtools-d4350836360f764d5c4f361a458e0c6cc140b3bf.tar.xz
xtools-d4350836360f764d5c4f361a458e0c6cc140b3bf.zip
completions: fix typo
Closes: #278 [via git-merge-pr]
-rw-r--r--_xtools2
1 files changed, 1 insertions, 1 deletions
diff --git a/_xtools b/_xtools
index d965860..3a52516 100644
--- a/_xtools
+++ b/_xtools
@@ -133,7 +133,7 @@ _xsubpkg() {
 
 _xtools() {
 	case "$service" in
-		xbuildbarf) _xtools_one_arch "@";;
+		xbuildbarf) _xtools_one_arch "$@";;
 		xbulk) _xbulk "$@";;
 		xbump) _xtools_one_template "$@";;
 		xcheckrestart) _xcheckrestart "$@";;