Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Bernard Kim <bernard@goteleport.com>
  • Loading branch information
ravicious and bernardjkim authored Nov 21, 2024
1 parent f20679e commit 104f81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/tsh/common/tsh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ func TestNoEnvVars(t *testing.T) {

testExecutable, err := os.Executable()
require.NoError(t, err)
// Execute an actual command and not jut `tsh help` which goes through a different code path.
// Execute an actual command and not just `tsh help` which goes through a different code path.
cmd := exec.CommandContext(ctx, testExecutable, "version", "--client")
// Run the command with no env vars except tshBinMainTestEnv, otherwise the test would hang.
cmd.Env = []string{fmt.Sprintf("%s=1", tshBinMainTestEnv)}
Expand Down

0 comments on commit 104f81b

Please sign in to comment.