Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 2efe0dd

Browse files
committed
Rework of pass-import and pass-audit again #3059
1 parent 0744839 commit 2efe0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pass-audit/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ EOF
2929
RUN <<EOF
3030
mkdir -p "${prefix}${target}/lib/password-store/extensions/"
3131
mv audit.bash "${prefix}${target}/lib/password-store/extensions/"
32-
sed -i 's/python3 -m pass_audit/paudit/g' "${prefix}${target}/lib/password-store/extensions/import.bash"
32+
sed -i 's/python3 -m pass_audit/paudit/g' "${prefix}${target}/lib/password-store/extensions/audit.bash"
3333
mv \
3434
share/man/man1/pass-audit.1 \
3535
"${prefix}${target}/share/man/man1/"

0 commit comments

Comments
 (0)