mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
🐛 Fix SSH node name
This commit is contained in:
@@ -24,7 +24,7 @@ const nodeSSH = require('node-ssh');
|
|||||||
export class Ssh implements INodeType {
|
export class Ssh implements INodeType {
|
||||||
description: INodeTypeDescription = {
|
description: INodeTypeDescription = {
|
||||||
displayName: 'SSH',
|
displayName: 'SSH',
|
||||||
name: 'Ssh',
|
name: 'ssh',
|
||||||
icon: 'fa:terminal',
|
icon: 'fa:terminal',
|
||||||
group: ['input'],
|
group: ['input'],
|
||||||
version: 1,
|
version: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user