kestra-io / plugin-fs

https://kestra.io/plugins/plugin-fs/
Apache License 2.0
5 stars 7 forks source link

Fixing Typing Error in SSH Command Plugin Examples #119

Closed guiguir68 closed 5 months ago

guiguir68 commented 5 months ago

Hi Team,

I hope this message finds you well. I've encountered a typing error in the code examples provided for the "io.kestra.plugin.fs.ssh.Command" type, which I'd like to address with a pull request.

Upon using the plugin and referring to the documentation here, I noticed that the port parameter is currently defined as a string.

To rectify this, I've made adjustments to the examples within the fs plugin, ensuring that the port parameter is encapsulated within double quotation marks ("") for consistency and accuracy.

Have a great day!