Skip to content

Commit

Permalink
Update cmd/init.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan <[email protected]>
  • Loading branch information
andrewslotin and codebien authored Oct 16, 2023
1 parent 7dd15c4 commit 0c0aacd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ func (c *initCmd) run(cmd *cobra.Command, args []string) error { //nolint:revive
return err
}

printToStdout(c.gs, fmt.Sprintf("Initialized a new k6 test script in %s.\n", target))
printToStdout(c.gs, fmt.Sprintf("You can now execute it by running `%s run %s`.\n", c.gs.BinaryName, target))
printToStdout(c.gs, fmt.Sprintf("Initialized a new k6 test script in %s. You can now execute it by running `%s run %s`.\n", target, c.gs.BinaryName, target))

Check failure on line 124 in cmd/init.go

View workflow job for this annotation

GitHub Actions / lint

line is 158 characters (lll)

return nil
}
Expand Down

0 comments on commit 0c0aacd

Please sign in to comment.