Skip to content

Commit 1b69d4a

Browse files
authored
Update cmd/run/run.go
1 parent 981a7b1 commit 1b69d4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/run/run.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ func NewRunCommand() *cobra.Command {
227227
}
228228

229229
noMatchErrorMessage := "The specified model name is not found. Run 'gh models list' to see available models or 'gh models run' to select interactively."
230+
230231
if modelName == "" {
231232
return errors.New(noMatchErrorMessage)
232233
}

0 commit comments

Comments
 (0)