We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734d1c9 commit 2f2cbe2Copy full SHA for 2f2cbe2
cli/instance/instance.go
@@ -159,7 +159,7 @@ func CreateInstanceAndRunFirstUpdate() *rpc.Instance {
159
// we must use instance.Create instead of instance.CreateAndInit for the
160
// reason stated above.
161
if err := FirstUpdate(inst); err != nil {
162
- feedback.Errorf(tr("Error updating indexes: %v"), status)
+ feedback.Errorf(tr("Error updating indexes: %v"), err)
163
os.Exit(errorcodes.ErrGeneric)
164
}
165
return inst
0 commit comments