aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlibs/git2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/git b/libs/git
index 1b451724..e64173d9 100755
--- a/libs/git
+++ b/libs/git
@@ -301,7 +301,7 @@ git_project_prepare_blobs() {
local blobs_path=$( project_blobs_path "$project" "$@" )
local blob
- if [ -z "$blobs_path" ]
+ if ! [ -f "$blobs_path" ]
then
return
fi