Skip to content

Commit 8525a07

Browse files
committed
Update variable names for ash core update
1 parent 8239a27 commit 8525a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/obj.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Obj__init(){
4343
done
4444

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

0 commit comments

Comments
 (0)