Skip to content

Commit

Permalink
don't know why i did that
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-theriault-swi committed Nov 28, 2023
1 parent 9348ef4 commit 6bcc476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/testing.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const parts = {
hours: now.getUTCHours(),
minutes: now.getUTCMinutes(),
}
const version = `${parts.year}.${parts.month}.${parts.day}-t.h${parts.hours}.m${parts.minutes}`
const version = `${parts.year}.${parts.month}.${parts.day}-t.${parts.hours}.${parts.minutes}`

const setVersion = (packageJsonPath) => {
const packageJson = JSON.parse(
Expand Down

0 comments on commit 6bcc476

Please sign in to comment.