diff --git a/.gitattributes b/.gitattributes index f96e275..671c24c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,6 +15,7 @@ *.bat text eol=crlf *.ps1 text eol=crlf *.sh text eol=lf +*.bash text eol=lf # git internal files .git* text eol=lf diff --git a/scripts/fix-region-point.bash b/scripts/fix-region-point.bash index c805619..a326c3b 100644 --- a/scripts/fix-region-point.bash +++ b/scripts/fix-region-point.bash @@ -1,6 +1,7 @@ #!/bin/bash # # Put @SerializedName value to lower case for 'X' and 'Y' +# This issue can't be solved on swagger side # set -euo pipefail