Skip to content

Commit 1b12554

Browse files
committed
fixed the typo xD
1 parent 17fcc88 commit 1b12554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type Config struct {
2323
FactorioRconPort int `json:"rcon_port"`
2424
FactorioRconPass string `json:"rcon_pass"`
2525
FactorioCredentialsFile string `json:"factorio_credentials_file"`
26-
FactorioIP string `json:"factorio_ip"`
26+
FactorioIP string `json:"factorio_ip"`
2727
ServerIP string `json:"server_ip"`
2828
ServerPort string `json:"server_port"`
2929
MaxUploadSize int64 `json:"max_upload_size"`

0 commit comments

Comments
 (0)