Skip to content

Commit

Permalink
Update cmd/action/inspect.go
Browse files Browse the repository at this point in the history
Co-authored-by: Hila Kashai <[email protected]>
  • Loading branch information
yonidavidson and hilakashai authored Jan 13, 2022
1 parent 1f2d81f commit 765b19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/action/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func init() {
// CmdInspectRun is the command used when running CLI.
func CmdInspectRun(cmd *cobra.Command, args []string) {
if InspectFlags.Web {
schemaCmd.PrintErrln("Open in UI server is not available in this release")
schemaCmd.PrintErrln("Opening the UI server is not available in this release")
return
}
d, err := defaultMux.OpenAtlas(InspectFlags.DSN)
Expand Down

0 comments on commit 765b19d

Please sign in to comment.