diff options
-rwxr-xr-x | scripts/gist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gist b/scripts/gist index 31afd8a..2636c2e 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -337,6 +337,7 @@ _blob_code() { | |||
337 | } | 337 | } |
338 | 338 | ||
339 | # update local git repos | 339 | # update local git repos |
340 | # TODO support http protocol | ||
340 | _sync_repos() { | 341 | _sync_repos() { |
341 | # clone repos which are not in the local | 342 | # clone repos which are not in the local |
342 | comm -13 <(find $folder -maxdepth 1 -type d | sed -e '1d; s#.*/##' | sort) \ | 343 | comm -13 <(find $folder -maxdepth 1 -type d | sed -e '1d; s#.*/##' | sort) \ |