Commit 16438475 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

fixed auto-update pull command

parent 36fb13f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,6 +83,6 @@ do_update()
	esac

	cd ~
	git pull origin --ff-only
	git pull --ff-only origin
	cd - >/dev/null
}