Skip to content

Commit 0c3e901

Browse files
committed
Fixed sed expression
1 parent a9dad80 commit 0c3e901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/benchmarking/benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ cleanup() {
161161
}
162162

163163
_sanitize_configs() {
164-
echo "$1" | sed 's/[^a-zA-Z0-9_-.:/]//g'
164+
echo "$1" | sed 's/[^a-zA-Z0-9_.:/-]//g'
165165
}
166166

167167
load_configs() {

0 commit comments

Comments
 (0)