Skip to content

Commit

Permalink
Merge pull request #133 from PermanentOrg/131-fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
slifty committed Apr 13, 2023
2 parents 841132e + 9d13f74 commit 753138c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/PermanentFileSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export class PermanentFileSystem {
throw new Error('You cannot delete the root level folder.');
}
if (isArchiveCataloguePath(requestedPath)) {
throw new Error('You cannot the archive catalogue.');
throw new Error('You cannot delete the archive catalogue.');
}
if (isArchivePath(requestedPath)) {
throw new Error('You cannot delete archives via SFTP.');
Expand Down

0 comments on commit 753138c

Please sign in to comment.