Skip to content

Commit 9571f2a

Browse files
committed
Fix GOSOP_V2 env var path
1 parent d45f579 commit 9571f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ RUN go build .
120120

121121
ENV PATH=${GOSOP_DIR_V2}:${PATH}
122122

123-
ENV GOSOP_V2=${GOSOP_DIR_V2}/gosop-v2
123+
ENV GOSOP_V2=${GOSOP_DIR_V2}/gosop
124124

125125
# Install sop-openpgpjs
126126

0 commit comments

Comments
 (0)