linux moment (#24735)

This commit is contained in:
S34N
2024-03-21 18:59:52 +00:00
committed by GitHub
parent 6a2d229795
commit 89da8aa097
+1 -1
View File
@@ -125,7 +125,7 @@ task-install-git-hooks() {
git_root="$(git rev-parse --show-toplevel)"
git_base_dir="${base_dir/${git_root}/.}"
git config --replace-all merge.tgui-merge-bundle.driver \
"${git_base_dir}/tgui/bin/tgui --merge=bundle %P %O %A %B %L"
"${git_base_dir}/bin/tgui --merge=bundle %P %O %A %B %L"
echo "tgui: Merge drivers have been successfully installed!"
}