Skip to content

Commit

Permalink
Update cmd/action/apply.go
Browse files Browse the repository at this point in the history
Co-authored-by: MasseElch <[email protected]>
  • Loading branch information
yonidavidson and masseelch committed Jan 13, 2022
1 parent 765b19d commit d3c45cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/action/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func init() {
// CmdApplyRun is the command used when running CLI.
func CmdApplyRun(cmd *cobra.Command, args []string) {
if ApplyFlags.Web {
schemaCmd.PrintErrln("Open in UI server is not available in this release")
schemaCmd.PrintErrln("Opening the Graphical UI server is not available in this release")
return
}
d, err := defaultMux.OpenAtlas(ApplyFlags.DSN)
Expand Down
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("Opening the UI server is not available in this release")
schemaCmd.PrintErrln("Opening the Graphical UI server is not available in this release")
return
}
d, err := defaultMux.OpenAtlas(InspectFlags.DSN)
Expand Down

0 comments on commit d3c45cd

Please sign in to comment.