Skip to content

Commit

Permalink
lowercase hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
seglo committed Apr 8, 2021
1 parent 74dd8a1 commit 7a5e319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/nexus/nexus-version.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

function isSnapshotVersion(version) {
const pattern = /(\d+\.)*[0-9a-fA-F]-SNAPSHOT/
const pattern = /(\d+\.)*[0-9a-f]-SNAPSHOT/
return version && version.match(pattern)
}

Expand Down

0 comments on commit 7a5e319

Please sign in to comment.