Skip to content

Commit

Permalink
Successfully
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <[email protected]>
  • Loading branch information
testwill committed Sep 18, 2023
1 parent f0b6bce commit 4a097ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/openstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 4a097ef

Please sign in to comment.