mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +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 {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'SSH',
|
||||
name: 'Ssh',
|
||||
name: 'ssh',
|
||||
icon: 'fa:terminal',
|
||||
group: ['input'],
|
||||
version: 1,
|
||||
|
||||
Reference in New Issue
Block a user