fixed typo in the test script for exp update

This commit is contained in:
Oussama Mahdjour
2026-01-14 20:35:00 +01:00
parent 798e4bde27
commit bbf1066ceb
+1 -1
View File
@@ -469,7 +469,7 @@ test_shellcheck() {
return 0
fi
if shellcheck -e SC1090,SC1091,SC2148,SC2034,SC2155,SC2164 setup then
if shellcheck -e SC1090,SC1091,SC2148,SC2034,SC2155,SC2164 setup; then
log_pass "shellcheck passed"
return 0
else