1
0

fix "bud" alias

This commit is contained in:
2021-12-07 11:53:52 +03:00
parent 731471aee7
commit cf3e5623ab

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 '