Skip to content

Commit 3cb0f8d

Browse files
author
Brynley Llewellyn-Roux
committed
fix: deployment testing
1 parent edddc1c commit 3cb0f8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/secrets/CommandMkdir.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class CommandMkdir extends CommandPolykey {
8181
case 'ENOENT':
8282
// Attempt to create a directory without existing parents
8383
process.stderr.write(
84-
`mkdir: cannot create directory ${result.reason}: No such file or directory\n`,
84+
`mkdir: Cannot create directory ${result.reason}: No such file or directory\n`,
8585
);
8686
break;
8787
case 'EEXIST':

0 commit comments

Comments
 (0)