mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
cli: fix lint errors in cli/commands/init.go (#5943)
https://github.com/hasura/graphql-engine/pull/5943
This commit is contained in:
parent
8b577adfae
commit
c5ca59208e
@ -131,9 +131,9 @@ func (o *InitOptions) Run() error {
|
||||
return errors.Errorf("current working directory is already a hasura project directory")
|
||||
}
|
||||
o.EC.ExecutionDirectory = cwdir
|
||||
infoMsg = fmt.Sprintf(`hasura project initialised. execute the following command to continue:
|
||||
infoMsg = `hasura project initialised. execute the following command to continue:
|
||||
hasura console
|
||||
`)
|
||||
`
|
||||
} else {
|
||||
// create execution directory
|
||||
err := o.createExecutionDirectory()
|
||||
|
Loading…
Reference in New Issue
Block a user