diff options
| -rw-r--r-- | git-checkout-store/main.go | 2 | 
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())  	}  } | 
