mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 23:16:33 +00:00
Trim whitespace
This commit is contained in:
parent
c73710dc56
commit
56141670f5
@ -231,7 +231,7 @@ detect_package_manager () {
|
|||||||
elif command_exist brew; then
|
elif command_exist brew; then
|
||||||
PACKAGE_MANAGER='brew'
|
PACKAGE_MANAGER='brew'
|
||||||
elif command_exist 'apk'; then
|
elif command_exist 'apk'; then
|
||||||
PACKAGE_MANAGER='apk'
|
PACKAGE_MANAGER='apk'
|
||||||
else
|
else
|
||||||
error "Could not find a package manager. Fail!"
|
error "Could not find a package manager. Fail!"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user