Skip to content

Commit b8fd559

Browse files
committed
refactor: change default target to 34
1 parent abc060e commit b8fd559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
// Default configuration values
1313
const (
1414
DefaultCompilerPath = "C:/Program Files (x86)/Crestron/Simpl/SPlusCC.exe"
15-
DefaultTarget = "234"
15+
DefaultTarget = "34"
1616
DefaultSilent = false
1717
DefaultVerbose = false
1818
)

0 commit comments

Comments
 (0)