File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ func (p *Plural) handleGenerateBackend(_ *cli.Context) error {
8383 }
8484
8585 stackNames := make (map [string ]string )
86- infrastructureStacks , err := p .Plural . ConsoleClient .ListaStacks ()
86+ infrastructureStacks , err := p .ConsoleClient .ListaStacks ()
8787 if err != nil {
8888 return api .GetErrorResponse (err , "ListaStacks" )
8989 }
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ func (p *Plural) HandleInit(c *cli.Context) error {
158158 prov , err := common .RunPreflights (c )
159159 if err != nil {
160160 if ! c .Bool ("ignore-preflights" ) {
161- return fmt .Errorf ("preflight checks failed: %v \n You can rerun the command with --ignore-preflights to skip these checks." , err )
161+ return fmt .Errorf ("preflight checks failed: %w \n You can rerun the command with --ignore-preflights to skip these checks." , err )
162162 }
163163 fmt .Println ("Preflight checks failed, but continuing because --ignore-preflights was specified." )
164164 }
You can’t perform that action at this time.
0 commit comments