From b3aa940583e253ef65a8211272bfab7036e3a6b2 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Thu, 28 May 2020 12:33:30 -0500 Subject: [PATCH] t not r --- gs-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gs-install.sh b/gs-install.sh index 1380522..695d5fb 100644 --- a/gs-install.sh +++ b/gs-install.sh @@ -5,4 +5,4 @@ cd gravity-sync git init git remote add origin https://github.com/vmstan/gravity-sync.git git fetch -git checkout origin/master -fr \ No newline at end of file +git checkout origin/master -ft \ No newline at end of file