Skip to content

Commit

Permalink
[#1] Fix lint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreaming-augustin committed Dec 22, 2024
1 parent 1f9f110 commit 151de5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/config/project/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ versionInFileName = '';

if (includeVersionInFileName) {
versionInFileName = '-' + version;
if (revision != '') {
if (revision !== '') {
versionInFileName += '-' + revision;
}
}
Expand Down

0 comments on commit 151de5e

Please sign in to comment.