aboutsummaryrefslogtreecommitdiffstats
path: root/git-checkout-store/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'git-checkout-store/main.go')
-rw-r--r--git-checkout-store/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-checkout-store/main.go b/git-checkout-store/main.go
index ae3ff27..3fd82f3 100644
--- a/git-checkout-store/main.go
+++ b/git-checkout-store/main.go
@@ -21,6 +21,6 @@ func main() {
if err != nil {
fmt.Fprintf(os.Stderr, err.Error())
}
- fmt.Println(out.String())
+ fmt.Print(out.String())
}
}