fix: remove ssh port param for git module

This commit is contained in:
NGPixel
2020-04-25 14:04:14 -04:00
parent c15d1a4967
commit b2931471c0
3 changed files with 2 additions and 21 deletions

View File

@@ -93,12 +93,6 @@ props:
default: ''
hint: Optional - Absolute path to the Git binary, when not available in PATH. Leave empty to use the default PATH location (recommended).
order: 50
sshPort:
type: Number
title: SSH Port
default: 22
hint: Optional - SSH Authentication Only - Allows overriding ssh default port (22).
order: 60
actions:
- handler: syncUntracked
label: Add Untracked Changes