Skip to content

Commit dc927a6

Browse files
authored
fix: typo in success message (#283)
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.
1 parent ceb4e12 commit dc927a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ func (p Plugin) Exec() error {
230230
}
231231
}
232232

233-
fmt.Println("==============================================")
234-
fmt.Println("✅ Successfully executed commands to all host.")
235-
fmt.Println("==============================================")
233+
fmt.Println("===============================================")
234+
fmt.Println("✅ Successfully executed commands to all hosts.")
235+
fmt.Println("===============================================")
236236

237237
return nil
238238
}

0 commit comments

Comments
 (0)