From 5817e5932ca25dcdef5ae5342b3bbbf1a5785a06 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Fri, 18 Jan 2019 10:10:14 -0800 Subject: [PATCH] Rename script. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- utils/{check_json.sh => diff_db_json.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename utils/{check_json.sh => diff_db_json.sh} (92%) diff --git a/utils/check_json.sh b/utils/diff_db_json.sh similarity index 92% rename from utils/check_json.sh rename to utils/diff_db_json.sh index 4378a4f2..717db6e7 100755 --- a/utils/check_json.sh +++ b/utils/diff_db_json.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -# check_json.sh +# diff_db_json.sh # # Tool for comparing database JSON outputs from two database's.