~edwargix/git.sr.ht

889d7c1a3088ae4d532b434a6c38edefc41b7c81 — Denis Laxalde 6 years ago 3b7ed08
gitsrht-shell: exit after 'repository moved' notice
1 files changed, 1 insertions(+), 0 deletions(-)

M gitsrht-shell/main.go
M gitsrht-shell/main.go => gitsrht-shell/main.go +1 -0
@@ 318,6 318,7 @@ func main() {
			log.Println()
			log.Printf("\t%s/~%s/%s", origin, repoOwnerName, repoName)
			log.Println()
			os.Exit(128)
		}
	}