Fix blend loaded message

This commit is contained in:
David Derby 2018-04-19 20:38:12 -05:00 committed by Ivan J
parent 86c79407dc
commit b640bafc94
1 changed files with 1 additions and 1 deletions

2
sdk
View File

@ -114,7 +114,7 @@ load() {
[[ -f $blendlib ]] && {
source $blendlib || zerr
act "$os blend loaded"
act "$blend blend loaded"
export BLEND=1
}