Skip to content

Commit

Permalink
Merge pull request RfidResearchGroup#2503 from elboulangero/fix-readm…
Browse files Browse the repository at this point in the history
…e-location

mkversion: Fix readme location
  • Loading branch information
iceman1001 committed Sep 13, 2024
2 parents 89ec453 + 09bcc13 commit edb74d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mkversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if [ "$commandGIT" != "" ]; then
fi
else
fullgitinfo="${fullgitinfo}/master/release (no_git)"
dl_time=$(stat --printf="%y" ../README.md)
dl_time=$(stat --printf="%y" README.md)
# POSIX way...
ctime=${dl_time%.*}
fi
Expand Down

0 comments on commit edb74d0

Please sign in to comment.