forked from Shinonome/dots-hyprland
fixed typo in the test script for exp update
This commit is contained in:
@@ -469,7 +469,7 @@ test_shellcheck() {
|
|||||||
return 0
|
return 0
|
||||||
fi
|
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"
|
log_pass "shellcheck passed"
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user