From 7e5d34d6821b5f9967d896e44ac0b5dea6bb2329 Mon Sep 17 00:00:00 2001 From: neil <8305679+Neilpang@users.noreply.github.com> Date: Wed, 27 May 2020 21:21:49 +0800 Subject: [PATCH] Updated DNS API Dev Guide (markdown) --- DNS-API-Dev-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DNS-API-Dev-Guide.md b/DNS-API-Dev-Guide.md index 0cec7b9..0a47d5a 100644 --- a/DNS-API-Dev-Guide.md +++ b/DNS-API-Dev-Guide.md @@ -257,6 +257,6 @@ To avoid the most common travis failures: * Use indentation with 2 spaces * remove trailing spaces -* Doublequote variables (use echo _debug "txtvalue=$txtvalue" instead of _debug txtvalue=$txtvalue) +* Doublequote variables (use _debug txtvalue "$txtvalue" instead of _debug txtvalue=$txtvalue) * Always check the travis results after a commit * Consider using shellcheck (https://www.shellcheck.net/) before commiting \ No newline at end of file