aboutsummaryrefslogtreecommitdiff
path: root/libs/project
diff options
context:
space:
mode:
Diffstat (limited to 'libs/project')
-rwxr-xr-xlibs/project2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/project b/libs/project
index 6df2f714..7729c485 100755
--- a/libs/project
+++ b/libs/project
@@ -727,7 +727,7 @@ project_update_check_git() {
requirements "git"
- if git_project_check "$repository"
+ if ! git_project_check "$repository"
then
# Git repository should always be updated (even if upstream didn't progress).
# For instance, this is useful for testing new versions of patches without changing revision.