Skip to content

Commit

Permalink
cue fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Jones <richard@dagger.io>
  • Loading branch information
Richard Jones committed Sep 28, 2021
1 parent 9f16bcd commit c04ef32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/docker/docker.cue
Expand Up @@ -173,7 +173,7 @@ import (
}

if ports != _|_ {
CONTAINER_PORTS: strings.Join(ports," -p ")
CONTAINER_PORTS: strings.Join(ports, " -p ")
}
}
}
Expand Down

0 comments on commit c04ef32

Please sign in to comment.