Skip to content

Commit 3113192

Browse files
committed
fix: remove extra print info
1 parent e8c5a55 commit 3113192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scan/scan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func Scan(app args.App) error {
152152
}
153153

154154
if app.Bool("print") {
155-
fmt.Println("by file", v.EnvByFile())
155+
fmt.Println(v.EnvByFile())
156156
return nil
157157
}
158158
fmt.Println(v.ToEnvFile())

0 commit comments

Comments
 (0)