Skip to content

Commit

Permalink
dockerfiles: fix has_podman routine
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Merkle <[email protected]>
[bst: dropped comment about unused routine from commit message]
Signed-off-by: Bastian Krause <[email protected]>
  • Loading branch information
Alexander Merkle authored and Bastian-Krause committed Oct 20, 2023
1 parent 0657977 commit 7996361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ has_docker() {
}

has_podman() {
command -v podman /dev/null 2>&1
command -v podman >/dev/null 2>&1
}

has_buildx() {
Expand Down

0 comments on commit 7996361

Please sign in to comment.