Skip to content

Commit 6a7b5cb

Browse files
committed
typo
1 parent ed9257f commit 6a7b5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ func (a *agent) init(ctx context.Context) {
10921092
}
10931093

10941094
// createCommand processes raw command input with OpenSSH-like behavior.
1095-
// If the createCommand provided is empty, it will default to the users shell.
1095+
// If the script provided is empty, it will default to the users shell.
10961096
// This injects environment variables specified by the user at launch too.
10971097
func (a *agent) createCommand(ctx context.Context, script string, env []string) (*exec.Cmd, error) {
10981098
currentUser, err := user.Current()

0 commit comments

Comments
 (0)