Commit 0db3f3c9 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix typo

parent 1949b7d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ float_ref_branchname="${branchname_in/basop/ref}"
exit_code_ls_remote=0
pushd "${SCRIPTS_DIR}"
git fetch origin
git ls-remote --exit-code --heads origin res/heads/$float_ref_branchname || exit_code_ls_remote=$?
git ls-remote --exit-code --heads origin refs/heads/$float_ref_branchname || exit_code_ls_remote=$?
popd

# If the branch does not exist, default to "ivas-float-update"