aboutsummaryrefslogtreecommitdiff
path: root/src/docker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/docker.c')
-rw-r--r--src/docker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docker.c b/src/docker.c
index 955428b..32413aa 100644
--- a/src/docker.c
+++ b/src/docker.c
@@ -151,7 +151,7 @@ int docker_capable(struct DockerCapabilities *result) {
if (version && startswith(version, "podman")) {
result->podman = true;
}
- guard_free(version)
+ guard_free(version);
if (!docker_exec("buildx build --help", OMC_DOCKER_QUIET)) {
result->build |= OMC_DOCKER_BUILD;