Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit b695c20

Browse files
Update cmd/coder/url.go
Co-authored-by: Ammar Bandukwala <ammar@ammar.io>
1 parent a4e7cc9 commit b695c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/coder/url.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func (cmd urlCmd) Run(fl *pflag.FlagSet) {
4949

5050
dec := json.NewDecoder(resp.Body)
5151

52-
var devUrl = DevURL{}
52+
var devUrl DevURL
5353
err = dec.Decode(&devUrl)
5454
if err != nil {
5555
flog.Fatal("%v", err)

0 commit comments

Comments
 (0)