completion: Fix typo

tingping/wmclass
Alexander Larsson 2016-05-03 15:03:11 +02:00
parent 554a0237b9
commit e908ef6788
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ _xdg-app() {
elif [[ -z $sdk ]]; then
comps="$(xdg-app list --runtime) $(xdg-app --user list --runtime)"
elif [[ -z $name ]]; then
comps="$(xdg-app list -.runtime) $(xdg-app --user list --runtime)"
comps="$(xdg-app list --runtime) $(xdg-app --user list --runtime)"
else
comps='' # FIXME: branches
fi