functions: Fix packages not found error
This commit is contained in:
parent
1c5b9e8c3c
commit
6670aa771b
|
@ -51,7 +51,7 @@ prepare_env()
|
|||
mkdir_if_not_exists "./raw"
|
||||
mkdir_if_not_exists "./tmp"
|
||||
[ ! -d "./packages" ] && {
|
||||
log "Packages not found. Cannot continue"
|
||||
log "Packages not found. Cannot continue" error
|
||||
exit 4
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue