This should have a ^

This commit is contained in:
rubyist 2014-09-30 12:04:27 -04:00
parent e6b143a965
commit 6d7460fbe3

@ -80,7 +80,7 @@ func pushCommand(cmd *cobra.Command, args []string) {
}
if remoteRef != "" {
right = strings.Split(remoteRef, "\t")[0]
right = "^" + strings.Split(remoteRef, "\t")[0]
}
} else {
refsData, err := ioutil.ReadAll(os.Stdin)