Skip to content

Commit 3f14168

Browse files
authoredOct 13, 2024··
fix: typo in success message (#340)
Reflects changes made by [drone-ssh#283](appleboy/drone-ssh#283)
1 parent bb32884 commit 3f14168

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ output:
8282
whoami
8383
======END======
8484
out: ***
85-
==============================================
86-
✅ Successfully executed commands to all host.
87-
==============================================
85+
===============================================
86+
✅ Successfully executed commands to all hosts.
87+
===============================================
8888
```
8989

9090
### Setting up a SSH Key

‎README.zh-cn.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ jobs:
7474
whoami
7575
======END======
7676
out: ***
77-
==============================================
78-
✅ Successfully executed commands to all host.
79-
==============================================
77+
===============================================
78+
✅ Successfully executed commands to all hosts.
79+
===============================================
8080
```
8181

8282
### 设置 SSH 密钥

‎README.zh-tw.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ jobs:
7474
whoami
7575
======END======
7676
out: ***
77-
==============================================
78-
✅ Successfully executed commands to all host.
79-
==============================================
77+
===============================================
78+
✅ Successfully executed commands to all hosts.
79+
===============================================
8080
```
8181

8282
### 設置 SSH 金鑰

0 commit comments

Comments
 (0)
Please sign in to comment.