diff options
author | typebrook <typebrook@gmail.com> | 2020-02-12 21:15:34 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-12 21:15:34 +0800 |
commit | 4cd74231cd9723fdb84ddb7cbbdba74d934ad937 (patch) | |
tree | 2794809e2bd87b9229c4ae01d6f65d3e53d8fd7e /scripts | |
parent | 571f7e08f690aac11d348fccceb0492a4c465c12 (diff) |
update
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gist | 2 |
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"; |