mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Fixed failed build message
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
8f9d7802c1
commit
c1cb98d3cc
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def slack_package(prgnam):
|
|||
cache = binary
|
||||
|
||||
if not binary:
|
||||
msg.pkg_not_found(prgnam)
|
||||
msg.pkg_not_found("\n", prgnam, "Can't build", "\n")
|
||||
raise SystemExit(1)
|
||||
|
||||
return ["".join(_meta_.output + binary)]
|
||||
|
|
Loading…
Reference in a new issue