diff options
Diffstat (limited to 'cypress')
-rw-r--r-- | cypress/dockerNode.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/dockerNode.ts b/cypress/dockerNode.ts index ae3948877b9..af5619bbf80 100644 --- a/cypress/dockerNode.ts +++ b/cypress/dockerNode.ts @@ -145,7 +145,7 @@ export const applyChangesToNextcloud = async function() { './ocs', ] - // Tar-streaming the above folder sinto the container + // Tar-streaming the above folders into the container const serverTar = tar.c({ gzip: false }, folderPaths) await container.putArchive(serverTar, { path: htmlPath, |