Browse Source

Fix pdeblint zsh function

Emmanuel Bouthenot 9 năm trước cách đây
mục cha
commit
da19bbfccf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 }