From f092e798d8300f20690da77ff034f75dd0c42a29 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Thu, 20 Jul 2017 16:53:30 -0400 Subject: Fix action 'update_check' erroring out erroneously --- libs/project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/project') 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. -- cgit v1.2.3-70-g09d2