Compare commits
No commits in common. "39d34c3f5ba62ff737177e394a9bfd7a8aaa0a35" and "1c5b9e8c3c8819b4da759f3b78be6fac78b83ef9" have entirely different histories.
39d34c3f5b
...
1c5b9e8c3c
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@ cache/
|
|||
raw/
|
||||
out/
|
||||
tmp/
|
||||
packages/
|
||||
|
|
|
@ -51,7 +51,7 @@ prepare_env()
|
|||
mkdir_if_not_exists "./raw"
|
||||
mkdir_if_not_exists "./tmp"
|
||||
[ ! -d "./packages" ] && {
|
||||
log "Packages not found. Cannot continue" error
|
||||
log "Packages not found. Cannot continue"
|
||||
exit 4
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue