Skip to content

Commit

Permalink
Update variable names for ash core update
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonRomano committed Feb 25, 2016
1 parent 8239a27 commit 8525a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/obj.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Obj__init(){
done

# Getting the class directory for the package
local class_directory="$(Obj_get_imported_directory "$package_alias")/$Ash__module_classes_folder"
local class_directory="$(Obj_get_imported_directory "$package_alias")/$Ash__MODULE_CLASSES_DIRECTORY"
if [[ "$class_directory" = "" ]]; then
Logger__error "Cannot create an object with the alias of $package_alias, as it has not been imported"
exit
Expand Down

0 comments on commit 8525a07

Please sign in to comment.