mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 04:26:39 +00:00
fix spelling mistake
Signed-off-by: Herman Zhu <zhuhuijunzhj@gmail.com>
This commit is contained in:
@@ -94,7 +94,7 @@ func (c *DeploymentController) VerifySpec(ctx context.Context) (bool, error) {
|
||||
}
|
||||
|
||||
if !c.sourceDeploy.Spec.Paused {
|
||||
return false, fmt.Errorf("the source eployment %s is still being reconciled, need to be paused",
|
||||
return false, fmt.Errorf("the source deployment %s is still being reconciled, need to be paused",
|
||||
c.sourceDeploy.GetName())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user