Skip to content

Commit

Permalink
#95 Fixed issue with regex docker variable comparison that fails when…
Browse files Browse the repository at this point in the history
… using slashes
  • Loading branch information
czprz committed Jun 27, 2022
1 parent 2faff09 commit e8b49b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/common/schema/dever-json/v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const containerSchema = {
type: "array",
items: {
type: "string",
pattern: "^\\w+=\\w+"
pattern: "^.+=.+$"
}
}
},
Expand Down

0 comments on commit e8b49b1

Please sign in to comment.