Skip to content

Commit

Permalink
remove comment & added TODO.md (PACK)
Browse files Browse the repository at this point in the history
  • Loading branch information
Creepios committed Apr 17, 2021
1 parent 92d1d16 commit e6565e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 25 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/manual.yml

This file was deleted.

4 changes: 4 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# TODO's

- Add more inputs
- Add outputs (file stats, etc.)
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ sftp.connect({
await sftp.mkdir(directory, true);
console.log("Created directories.");
}

// /home/a/index


var modifiedPath = remotePath;
if (await sftp.exists(remotePath)) {
if ((await sftp.stat(remotePath)).isDirectory) {
Expand Down

0 comments on commit e6565e8

Please sign in to comment.