mirror of
				https://github.com/appleboy/drone-ssh.git
				synced 2025-10-29 00:51:15 +08:00 
			
		
		
		
	fix: typo
This commit is contained in:
		
							parent
							
								
									b6ec7c2347
								
							
						
					
					
						commit
						20a4793249
					
				| @ -93,7 +93,7 @@ func (p Plugin) Exec() error { | ||||
| 			outStr, errStr, isTimeout, err := ssh.Run(strings.Join(p.Config.Script, "\n"), p.Config.CommandTimeout) | ||||
| 			p.log(host, "outputs:", outStr) | ||||
| 			if len(errStr) != 0 { | ||||
| 				p.log(host, "errors:", outStr) | ||||
| 				p.log(host, "errors:", errStr) | ||||
| 			} | ||||
| 
 | ||||
| 			if !isTimeout { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Bo-Yi Wu
						Bo-Yi Wu