We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9d129 commit fe97a38Copy full SHA for fe97a38
build.go
@@ -45,7 +45,7 @@ func Build() error {
45
}
46
47
func buildClient(gameName, output, url string, typescript bool, runtime string) error {
48
- yes, err := cli.YesNo(fmt.Sprintf("The '%s' directory will be completely overridden. Continue?", output), false)
+ yes, err := cli.YesNo(fmt.Sprintf("The '%s' directory will be completely overwritten. Continue?", output), false)
49
if err != nil || !yes {
50
return cli.ErrCanceled
51
0 commit comments