Merge branch 'MON-478_fix_diff_on_sort' into 'master'
MON-478 fix different order on sort command Closes MON-478 See merge request claranet/pt-monitoring/projects/datadog/terraform/monitors!71
This commit is contained in:
commit
a1874b09c4
@ -1,6 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -xueo pipefail
|
||||
|
||||
# MON-478 fix sort order behavior on case
|
||||
export LC_COLLATE=C
|
||||
|
||||
source "$(dirname $0)/utils.sh"
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user