We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f249fcb commit 9c99218Copy full SHA for 9c99218
rakpios-cli
@@ -199,7 +199,7 @@ do_fresh_install() {
199
pushd ${DIR_TMP}
200
cp -r lib/* ${DIR_LIB} #copy module files
201
cp rakpios-cli ${DIR_BIN}/rakpios-cli #copy the rakpios-cli main script
202
- git tag --sort=committerdate | tail -1 > ${DIR_CNF}/rakpios-cli.version
+ git tag -l --sort=v:refname | tail -1 > ${DIR_CNF}/rakpios-cli.version
203
popd
204
__msg_debug "Tool copy completed"
205
echo "Download successful"
0 commit comments