mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
🐛 Fix SSH node name
This commit is contained in:
parent
707c89fad3
commit
ec70bae153
|
@ -24,7 +24,7 @@ const nodeSSH = require('node-ssh');
|
|||
export class Ssh implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'SSH',
|
||||
name: 'Ssh',
|
||||
name: 'ssh',
|
||||
icon: 'fa:terminal',
|
||||
group: ['input'],
|
||||
version: 1,
|
||||
|
|
Loading…
Reference in a new issue