diff options
author | mhmdanas <triallax@tutanota.com> | 2023-01-25 18:27:25 +0000 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-01-25 19:30:40 +0100 |
commit | d4350836360f764d5c4f361a458e0c6cc140b3bf (patch) | |
tree | 53da61c138fc0f809e8c0cdd6bd9856d8301b3bb /_xtools | |
parent | 4fe7df8106775beea7f0c9ed0cbcfb7717968b93 (diff) | |
download | xtools-d4350836360f764d5c4f361a458e0c6cc140b3bf.tar.gz xtools-d4350836360f764d5c4f361a458e0c6cc140b3bf.tar.xz xtools-d4350836360f764d5c4f361a458e0c6cc140b3bf.zip |
completions: fix typo
Closes: #278 [via git-merge-pr]
Diffstat (limited to '_xtools')
-rw-r--r-- | _xtools | 2 |
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 "$@";; |