We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc5f1a commit 6ca1d34Copy full SHA for 6ca1d34
2 files changed
.gitattributes
@@ -15,6 +15,7 @@
15
*.bat text eol=crlf
16
*.ps1 text eol=crlf
17
*.sh text eol=lf
18
+*.bash text eol=lf
19
20
# git internal files
21
.git* text eol=lf
scripts/fix-region-point.bash
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
#
3
# Put @SerializedName value to lower case for 'X' and 'Y'
4
+# This issue can't be solved on swagger side
5
6
set -euo pipefail
7
0 commit comments