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:
Quentin Manfroi 2019-06-21 11:32:07 +02:00
commit a1874b09c4

View File

@ -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)