From 9c6a07a0f5a1a0b603f9ec68bb011a6e52b1d177 Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Mon, 18 Sep 2023 10:57:07 +0800 Subject: [PATCH] fix: Successfully typo Signed-off-by: guoguangwu --- backend/openstack.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/openstack.go b/backend/openstack.go index 85cf1cc01..8db1cfdfb 100644 --- a/backend/openstack.go +++ b/backend/openstack.go @@ -635,7 +635,7 @@ func (i *osInstance) UploadScript(ctx gocontext.Context, script []byte) error { logger.Info("couldn't upload build script") return errors.Wrap(err, "couldn't upload build script") } - logger.WithField("instace_id", i.instance.ID).Info("Script Uploaded Succesfully") + logger.WithField("instace_id", i.instance.ID).Info("Script Uploaded Successfully") return nil }