Skip to content

Commit aec9219

Browse files
fix: use targets.json in current directory by default
1 parent 6b75a3d commit aec9219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func NewOpts(v *viper.Viper) *CloudbuildOpts {
111111
Viper: v,
112112
LogLevel: InfoLevel,
113113
HTTPBindPort: 3000,
114-
TargetsDef: "file:///targets.json",
114+
TargetsDef: "./targets.json",
115115
TargetsRefreshInterval: 300,
116116
BuildImage: "ghcr.io/edgetx/edgetx-builder",
117117
SourceRepository: "https://github.com/EdgeTX/edgetx.git",

0 commit comments

Comments
 (0)