Skip to content

Commit 255dce7

Browse files
committed
adding gorelaser workflow for automated releases
1 parent a9dbe45 commit 255dce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pysrc/pysrc.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"path/filepath"
88
"runtime"
99
"strings"
10-
10+
1111
"github.com/voidKandy/go-pyenv/pyenv"
1212
)
1313

@@ -42,7 +42,7 @@ func PrepareDistribution(env pyenv.PyEnv) error {
4242
// s.Prefix = "installing python distribution: "
4343
// install needs to return error
4444
env.Install()
45-
// s.Prefix = "downloading dependencies: "
45+
// s.Prefix = "downloading dependencies:"
4646
err := downloadDeps(env)
4747
if err != nil {
4848
return fmt.Errorf("error downloading prattl dependencies: %v\n", err)

0 commit comments

Comments
 (0)