Skip to content

Commit 9c6a07a

Browse files
committed
fix: Successfully typo
Signed-off-by: guoguangwu <[email protected]>
1 parent f0b6bce commit 9c6a07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/openstack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ func (i *osInstance) UploadScript(ctx gocontext.Context, script []byte) error {
635635
logger.Info("couldn't upload build script")
636636
return errors.Wrap(err, "couldn't upload build script")
637637
}
638-
logger.WithField("instace_id", i.instance.ID).Info("Script Uploaded Succesfully")
638+
logger.WithField("instace_id", i.instance.ID).Info("Script Uploaded Successfully")
639639
return nil
640640
}
641641

0 commit comments

Comments
 (0)