Skip to content

Commit b37481c

Browse files
authored
Merge pull request #478 from mbaldessari/common-automatic-update
common automatic update
2 parents 31faf95 + 346b30e commit b37481c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/scripts/pattern-util.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,11 @@ podman run -it --rm --pull=newer \
104104
-e K8S_AUTH_PASSWORD \
105105
-e K8S_AUTH_TOKEN \
106106
${PKI_HOST_MOUNT_ARGS} \
107+
-v "$(pwd -P)":"$(pwd -P)" \
107108
-v "${HOME}":"${HOME}" \
108109
-v "${HOME}":/pattern-home \
109110
${PODMAN_ARGS} \
110111
${EXTRA_ARGS} \
111-
-w "$(pwd)" \
112+
-w "$(pwd -P)" \
112113
"$PATTERN_UTILITY_CONTAINER" \
113114
$@

0 commit comments

Comments
 (0)