aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
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";