aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-12 21:15:34 +0800
committertypebrook <typebrook@gmail.com>2020-02-12 21:15:34 +0800
commit4cd74231cd9723fdb84ddb7cbbdba74d934ad937 (patch)
tree2794809e2bd87b9229c4ae01d6f65d3e53d8fd7e /scripts
parent571f7e08f690aac11d348fccceb0492a4c465c12 (diff)
update
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gist2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist
index f941894..c248d3e 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -224,7 +224,7 @@ _apply_config() {
224 224
225_check_repo_status() { 225_check_repo_status() {
226 if [[ ! -d $1 ]]; then 226 if [[ ! -d $1 ]]; then
227 if [[ $auto_sync ]]; then 227 if [[ $auto_sync == 'true' ]]; then
228 echo "\e[32m[cloning]\e[0m"; 228 echo "\e[32m[cloning]\e[0m";
229 else 229 else
230 echo "\e[32m[Not cloned yet]\e[0m"; 230 echo "\e[32m[Not cloned yet]\e[0m";