MLopez-Ibanez / irace

Iterated Racing for Automatic Algorithm Configuration
https://mlopez-ibanez.github.io/irace/
GNU General Public License v2.0
58 stars 14 forks source link

Typo in scripts/version.sh #27

Closed DE0CH closed 2 years ago

DE0CH commented 2 years ago

In line 27 in scripts/version.sh, it reads

    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.

MLopez-Ibanez commented 2 years ago

Fixed in 65ffe60