Explorar o código

Fix typo in zsh cowbuilder config.

Emmanuel Bouthenot %!s(int64=17) %!d(string=hai) anos
pai
achega
4c2fa82b30
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .zsh.d/os.d/Debian.zsh

+ 1 - 1
.zsh.d/os.d/Debian.zsh

@@ -11,7 +11,7 @@ function cow-dist () {
     command=$1
     shift
     
-    echo cowbuilder $command --configfile ~/.cowbuilder/$dist $@
+    cowbuilder $command --configfile ~/.cowbuilder/$dist $@
     return $?
 }