posh: minor syntactic change

This commit is contained in:
steveej 2019-12-13 20:59:27 +01:00
parent 14d496811c
commit 7d18610b2f

View file

@ -128,7 +128,10 @@ let
in in
{ image, pull ? "always", global_args ? "", run_args ? "" { image
, pull ? "always"
, global_args ? ""
, run_args ? ""
, userns ? "keep-id" , userns ? "keep-id"
}: }: