fixed a variable naming bug

pull/18/head
Chris Veilleux 2018-11-01 16:00:08 -05:00
parent 9c3a655d43
commit 7ea8400576
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ export class InstallService {
if (isSystemSkill) {
installStatus = 'system';
} else {
installStatus = installStatuses[name];
installStatus = installStatuses[skillName];
}
return installStatus;