aboutsummaryrefslogtreecommitdiff
path: root/package_git.go
diff options
context:
space:
mode:
Diffstat (limited to 'package_git.go')
-rw-r--r--package_git.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/package_git.go b/package_git.go
index 67c5323..6e88fb6 100644
--- a/package_git.go
+++ b/package_git.go
@@ -80,7 +80,7 @@ func (pkg *Package) gitInstall() (err error) {
}
}
- return
+ return nil
}
//
@@ -140,7 +140,7 @@ func (pkg *Package) gitGetBranch() (err error) {
if debug.Value >= 1 {
fmt.Printf("= gitGetBranch: %s\n", pkg.RemoteBranch)
}
- return
+ return nil
}
//