Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine committed Nov 15, 2023
1 parent 9bdfd8c commit 21d3687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/import-candid
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test -n "${IC_DIR:-}" || {
exit 1
} >&2
IC_COMMIT="$(cd "${IC_DIR}" && git rev-parse --short HEAD)"
IC_DATE="$(cd "${IC_DIR}" && git show -s --format=%ci | cut -f1 -d' ')"
IC_DATE="$(cd "${IC_DIR}" && git show -s --format=%as)"
IC_TAGS="$(cd "${IC_DIR}" && git tag --points-at HEAD | tr "\n" " ")"
THIS_SCRIPT_NAME="$(basename "$0")"

Expand Down

0 comments on commit 21d3687

Please sign in to comment.