summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/doPatch.go b/doPatch.go
index 9247129..b47e336 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -160,9 +160,9 @@ func applyPatch(repo *gitpb.Repo, p *forgepb.Patch) (string, error) {
return "", log.Errorf("git am failed")
}
- log.Info("Try to find hash value now")
+ log.Info("TODO: Try to find hash value now")
- return p.NewHash, log.Errorf("did not lookup new hash")
+ return "TODO", nil
}
func doPatchGet(newpb *forgepb.Sets) (string, error) {