mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-05-09 18:23:21 +08:00
fix: typo in success message
My OCD just kicks in :)) This has bothered me for a long time. Will also update README in https://github.com/appleboy/ssh-action to reflect this change.
This commit is contained in:
parent
ceb4e12d92
commit
faef160433
@ -230,9 +230,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 hosts.")
|
||||||
fmt.Println("==============================================")
|
fmt.Println("===============================================")
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user