mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-05-09 18:23:21 +08:00
chore: udpate success message
This commit is contained in:
parent
ff6e63366c
commit
414ebba911
@ -174,9 +174,9 @@ func (p Plugin) Exec() error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("==========================================")
|
fmt.Println("==============================================")
|
||||||
fmt.Println("Successfully executed commands to all host.")
|
fmt.Println("✅ Successfully executed commands to all host.")
|
||||||
fmt.Println("==========================================")
|
fmt.Println("==============================================")
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user