Skip to content

Commit 6cb9a7a

Browse files
author
Doug Davis
committed
typo
Signed-off-by: Doug Davis <[email protected]>
1 parent 37c1ce2 commit 6cb9a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testjob/testjob.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func main() {
2323
// Just for debugging... show the env vars if DEBUG is set
2424
envs := os.Environ()
2525
sort.StringSlice(envs).Sort()
26-
fmt.Printf("Envs:\n%s", strings.Join(envs, "\n"))
26+
fmt.Printf("Envs:\n%s\n", strings.Join(envs, "\n"))
2727

2828
// If the 'SLEEP' env var is set then sleep for that many seconds
2929
if t := os.Getenv("SLEEP"); t != "" {

0 commit comments

Comments
 (0)