Skip to content

Commit 200e270

Browse files
srtaalejzimeg
andauthored
Update cmd/app/unlink.go
Co-authored-by: Eden Zimbelman <[email protected]>
1 parent e57a228 commit 200e270

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/app/unlink.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ func NewUnlinkCommand(clients *shared.ClientFactory) *cobra.Command {
4747
Command: "app unlink --team T0123456789 --app A0123456789 --environment deployed",
4848
},
4949
}),
50-
5150
PreRunE: func(cmd *cobra.Command, args []string) error {
52-
clients.Config.SetFlags(cmd)
5351
return cmdutil.IsValidProjectDirectory(clients)
5452
},
5553
RunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)