Explorar o código

Fix pdeblint zsh function

Emmanuel Bouthenot %!s(int64=9) %!d(string=hai) anos
pai
achega
da19bbfccf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .zsh/config/50_debian.zsh

+ 1 - 1
.zsh/config/50_debian.zsh

@@ -161,5 +161,5 @@ pdeblint() {
         return
     fi
 
-    =lintian --color=auto -IE --pedantic $changes $@
+    =lintian --color=auto -IE --pedantic $@ $changes
 }