Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Jul 30, 2024
1 parent 0ce8789 commit 1975a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/command_terminal.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (c *terminalCommand) Start(ctx context.Context) (err error) {
}
}

// todo(sebastian): perhaps it make sense to write this message at the TTY-level?
// todo(sebastian): good enough for prototype; it makes more sense to write this message at the TTY-level
initMsg := []byte(" clear\n # Runme: This terminal forked your session. " +
"Upon exit exported environment variables will be rolled up into the session.\n\n")
_, err = c.stdinWriter.Write(initMsg)
Expand Down

0 comments on commit 1975a3b

Please sign in to comment.