Fix the validate-comps git status check
...this is how you do that. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
03776c8c48
commit
076138efdd
@ -15,7 +15,7 @@ main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Fail if any changes were made to the repo
|
# Fail if any changes were made to the repo
|
||||||
if [[ -n "(git status --short)" ]]; then
|
if [[ -n $(git status --short) ]]; then
|
||||||
echo "git status failed!"
|
echo "git status failed!"
|
||||||
((failure+=1))
|
((failure+=1))
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user