Skip to content

Commit fe97a38

Browse files
committed
overridden -> overwritten
1 parent dd9d129 commit fe97a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func Build() error {
4545
}
4646

4747
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)
48+
yes, err := cli.YesNo(fmt.Sprintf("The '%s' directory will be completely overwritten. Continue?", output), false)
4949
if err != nil || !yes {
5050
return cli.ErrCanceled
5151
}

0 commit comments

Comments
 (0)