Skip to content

Commit

Permalink
change port variable type
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetSaroha committed Nov 4, 2024
1 parent 3f5627f commit fa1af16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makim/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"description": "Password for SSH connection (optional)."
},
"port": {
"type": "integer",
"type": "number",
"description": "SSH port number (default is 22)."
}
},
Expand Down

0 comments on commit fa1af16

Please sign in to comment.