1
0

fix "bud" alias

This commit is contained in:
Konstantin Demin 2021-12-07 11:53:52 +03:00
parent 731471aee7
commit cf3e5623ab
Signed by: krd
GPG Key ID: 1F33CB0BA4731BC6

View File

@ -1,3 +1,3 @@
#!/bin/zsh
alias bud='buildah build --isolation chroot --network host --format docker -f '
alias bud='buildah bud --isolation chroot --network host --format docker -f '