Skip to content

Commit 908b9cc

Browse files
committed
Fix typo
1 parent 1faa215 commit 908b9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/login_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func TestLogin(t *testing.T) {
2626
console, err := expect.NewConsole(expect.WithStdout(clitest.StdoutLogs(t)))
2727
require.NoError(t, err)
2828
client := coderdtest.New(t)
29-
// The --force-tty is required on Windows, because the `isatty` library does not
29+
// The --force-tty flag is required on Windows, because the `isatty` library does not
3030
// accurately detect Windows ptys when they are not attached to a process:
3131
// https://github.com/mattn/go-isatty/issues/59
3232
root, _ := clitest.New(t, "login", client.URL.String(), "--force-tty")

0 commit comments

Comments
 (0)