Skip to content

Commit

Permalink
fix: argument construction
Browse files Browse the repository at this point in the history
  • Loading branch information
axel7083 committed Jan 31, 2025
1 parent 13ccd54 commit 9467397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quadlet/kube.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ impl Kube {
}
podman_args.push_str("--");
podman_args.push_str(flag);
podman_args.push(' ');
podman_args.push('=');
podman_args.push_str(arg);
}
}
Expand Down

0 comments on commit 9467397

Please sign in to comment.