Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Feb 1, 2024
1 parent 6a8de1e commit 3d5334d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/export-logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AWS.config.update({
})
const s3 = new AWS.S3({ apiVersion: '2006-03-01' })

const directoryPath = path.join(import.meta.url, '../root/.ceramic/logs')
const directoryPath = path.join(import.meta.url, '/root/.ceramic/logs')

function main() {
fs.readdir(directoryPath, (err, files) => {
Expand Down

0 comments on commit 3d5334d

Please sign in to comment.