fix shellcheck warnings.

This commit is contained in:
neilpang
2016-11-12 00:09:45 +08:00
parent e9f9f515bd
commit 69925ce823
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ _gd_rest() {
if [ "$data" ]; then
_debug data "$data"
response="$(_post "$data" "$GD_Api/$ep" "" $m)"
response="$(_post "$data" "$GD_Api/$ep" "" "$m")"
else
response="$(_get "$GD_Api/$ep")"
fi