commit b640bafc940a6056ff5575e55a3328c528c817c4 parent 86c79407dcc0a2ccf8d14ff889e8c31261d75ebb Author: David Derby <dderby@users.noreply.github.com> Date: Thu, 19 Apr 2018 20:38:12 -0500 Fix blend loaded message Diffstat:
M | sdk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk b/sdk @@ -114,7 +114,7 @@ load() { [[ -f $blendlib ]] && { source $blendlib || zerr - act "$os blend loaded" + act "$blend blend loaded" export BLEND=1 }