diff options
Diffstat (limited to 'contrib/bash-completion')
-rw-r--r-- | contrib/bash-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bash-completion b/contrib/bash-completion index 4ffcabd..5a2dd12 100644 --- a/contrib/bash-completion +++ b/contrib/bash-completion @@ -13,7 +13,7 @@ _wireless_interfaces() _netctl_profiles() { - find -L /etc/network.d -maxdepth 1 -type f -not -name '.*' -not -name '*~' -not -name '*.conf' -not -name '*.service' -printf "%f\n" + find -L /etc/netctl -maxdepth 1 -type f -not -name '.*' -not -name '*~' -not -name '*.conf' -not -name '*.service' -printf "%f\n" } |