We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd83b57 commit 769ddc3Copy full SHA for 769ddc3
1 file changed
scripts/check-for-epoch-bump.sh
@@ -15,7 +15,7 @@ epoch_grep() {
15
}
16
17
epoch_sed() {
18
- sed -r 's/^[[:space:]]+epoch:[[:space:]]+([0-9])+.*$/\1/'
+ sed -r 's/^[[:space:]]+epoch:[[:space:]]+([0-9]+).*$/\1/'
19
20
21
for yaml_file in "$@"; do
0 commit comments