Skip to content

Commit

Permalink
Update missing old URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmrod committed Jan 14, 2025
1 parent 81a92f2 commit 3d7b909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orbit/cmd/orbit/orbit.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func main() {
&cli.StringFlag{
Name: "update-url",
Usage: "URL for update server",
Value: "https://tuf.fleetctl.com",
Value: update.DefaultURL,
EnvVars: []string{"ORBIT_UPDATE_URL"},
},
&cli.StringFlag{
Expand Down

0 comments on commit 3d7b909

Please sign in to comment.