Closed DE0CH closed 2 years ago
In line 27 in scripts/version.sh, it reads
scripts/version.sh
git co --quiet R/version.R # Ignore changes to R/version.R
git co is not a command, but I am not sure what this should be exactly. So I am filing this issue instead of just fixing it in a PR.
git co
Fixed in 65ffe60
In line 27 in
scripts/version.sh
, it readsgit co
is not a command, but I am not sure what this should be exactly. So I am filing this issue instead of just fixing it in a PR.