Skip to content

Commit 54b5b3a

Browse files
committed
fix: Remove workspaces check, removing is a legit use-case
1 parent 278a881 commit 54b5b3a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cli/configssh.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,6 @@ func configSSH() *cobra.Command {
136136
configModified = append(configModified, []byte(sep+sshConfigIncludeStatement+"\n")...)
137137
}
138138

139-
// TODO(mafredri): Where do we display this now...?
140-
if len(workspaces) == 0 {
141-
return xerrors.New("You don't have any workspaces!")
142-
}
143-
144139
binaryFile, err := currentBinPath(cmd)
145140
if err != nil {
146141
return err

0 commit comments

Comments
 (0)