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

Commit 547eb89

Browse files
committed
minor changes
1 parent 97d1ec4 commit 547eb89

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ $ coder login https://my-coder-enterprise.com
1818
`coder sync` is useful in cases where you want to use an unsupported IDE with your Coder
1919
Environment.
2020

21-
2221
Ensure that `rsync` is installed locally and in your environment.
2322

2423
``

cmd/coder/url.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (cmd urlCmd) Run(fl *pflag.FlagSet) {
5555
var devUrl DevURL
5656
err = json.Unmarshal(body, &devUrl)
5757
if err != nil {
58-
flog.Fatal("%v")
58+
flog.Fatal("%v", err)
5959
}
6060

6161
flog.Success(devUrl.Url)

0 commit comments

Comments
 (0)