Update pre-push hook

This commit is contained in:
rubyist 2015-01-30 12:00:09 -05:00
parent c118fd4ecc
commit 69f427e2bb

@ -12,7 +12,7 @@ import (
var (
valueRegexp = regexp.MustCompile("\\Agit[\\-\\s]media")
prePushHook = []byte("#!/bin/sh\ngit media push --stdin $*\n")
prePushHook = []byte("#!/bin/sh\ngit hawser push --stdin $*\n")
NotInARepositoryError = errors.New("Not in a repository")
)