~dricottone/my-utils

1fe9fb5dd6c9e713156a4d737debd18fa7b510fe — Dominic Ricottone 2 years ago 581955c
Quick fix to error text
1 files changed, 1 insertions(+), 1 deletions(-)

M archives/mktar
M archives/mktar => archives/mktar +1 -1
@@ 264,7 264,7 @@ if [[ "$checksum" -eq 1 ]]; then
      code=1
    fi
  else
    error_msg "No such file '${target}'"
    error_msg "No such file '${archive_fn}'"
  fi
fi