Skip to content

Commit 4f49c29

Browse files
committed
Fix an extra /
1 parent 174e82a commit 4f49c29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.diploi/helm/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
args:
4343
- |
4444
uv sync --frozen --no-cache --link-mode=copy && \
45-
cp --remove-destination "$(readlink /app/{{ .Values.identifier }}/.venv//bin/python)" /app/{{ .Values.identifier }}/.venv/bin/python 2>/dev/null || :
45+
cp --remove-destination "$(readlink /app/{{ .Values.identifier }}/.venv/bin/python)" /app/{{ .Values.identifier }}/.venv/bin/python 2>/dev/null || :
4646
workingDir: /app/{{ .Values.identifier }}
4747
volumeMounts:
4848
- name: app-mount

0 commit comments

Comments
 (0)