Skip to content

Commit 0b3b85a

Browse files
committed
chore: remove comment
1 parent 873e320 commit 0b3b85a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/configssh.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,6 @@ func (r *RootCmd) configSSH() *serpent.Command {
440440
}
441441

442442
if !bytes.Equal(configRaw, configModified) {
443-
// Ensure the parent directory exists before writing the file
444443
sshDir := filepath.Dir(sshConfigFile)
445444
if err := os.MkdirAll(sshDir, os.ModePerm); err != nil {
446445
return xerrors.Errorf("failed to create directory %q: %w", sshDir, err)

0 commit comments

Comments
 (0)