We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0dce214 + cbb95e7 commit 2d55b82Copy full SHA for 2d55b82
1 file changed
docs/install/mlcflow_linux.sh
@@ -381,7 +381,7 @@ pull_repo() {
381
log_info " Repo : ${MLC_REPO}"
382
log_info " Branch : ${MLC_BRANCH}"
383
384
- mlc pull repo "${MLC_REPO}" --branch="${MLC_BRANCH}"
+ mlc pull repo "${MLC_REPO}" --checkout="${MLC_BRANCH}"
385
}
386
387
# ------------------------------------------------------------------------------
0 commit comments