Skip to content

Commit c94b6dc

Browse files
committed
Add missing dest key to FTP settings
1 parent 1941b85 commit c94b6dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: settings.dist

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"ftp": {
1010
"host": null,
1111
"user": null,
12-
"password": null
12+
"password": null,
13+
"dest": null
1314
}
1415
}

0 commit comments

Comments
 (0)