Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tossp committed Apr 10, 2022
1 parent df9a842 commit 117b98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ brp_repack_tar()
pr_process "Repacking %s file form %s" "${2}" "${1}"

local output;
output=$("${TAR_PATH}" -czf "${2}" -C "${1}" . 2>&1)
output=$("${TAR_PATH}" -czf "${2}" -C "${1}" ./ 2>&1)
if [ $? -ne 0 ]; then
pr_process_err

Expand Down

0 comments on commit 117b98a

Please sign in to comment.