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) } }