We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f806051 commit 98857c8Copy full SHA for 98857c8
git_update_scripts/generic-updater.sh
@@ -20,7 +20,7 @@ fi
20
21
git --git-dir=/factorio/scenarios/"$folder"/.git/ --work-tree=/factorio/scenarios/"$folder"/ fetch "$repository" >/dev/null
22
git --git-dir=/factorio/scenarios/"$folder"/.git/ --work-tree=/factorio/scenarios/"$folder"/ reset --hard "$repository/$branch" >/dev/null
23
-git rev-parse --short HEAD
+git --git-dir=/factorio/scenarios/"$folder"/.git/ --work-tree=/factorio/scenarios/"$folder"/ rev-parse --short HEAD
24
25
if [ "$cleanup" = true ]; then
26
echo "Deleting all map data."
0 commit comments