Browse Source

Fix missing newline at end of file

pull/6353/head
Alvise Bruniera 5 months ago
parent
commit
55f5131ee5
  1. 2
      deploy/sftp.sh

2
deploy/sftp.sh

@ -136,4 +136,4 @@ EOF
# Return 1 if any upload failed
return "$_error_code"
}
}
Loading…
Cancel
Save