mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-07-28 04:31:08 +00:00
fix: remove timestamps from loglines (#146)
This commit is contained in:
parent
5902b33ae2
commit
dfe9c8af34
4
lib.sh
4
lib.sh
|
@ -135,8 +135,8 @@ function get_tar_relpath {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function log { echo "$(date +%T.%3N)" "${@}"; }
|
function log { echo "${@}"; }
|
||||||
function log_err { >&2 echo "$(date +%T.%3N)" "${@}"; }
|
function log_err { >&2 echo "${@}"; }
|
||||||
|
|
||||||
function log_empty_line { echo ""; }
|
function log_empty_line { echo ""; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue