Skip to content

Commit

Permalink
Fix GOSOP_V2 env var path
Browse files Browse the repository at this point in the history
  • Loading branch information
larabr committed Sep 4, 2024
1 parent d45f579 commit 9571f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ RUN go build .

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

ENV GOSOP_V2=${GOSOP_DIR_V2}/gosop-v2
ENV GOSOP_V2=${GOSOP_DIR_V2}/gosop

# Install sop-openpgpjs

Expand Down

0 comments on commit 9571f2a

Please sign in to comment.