Skip to content

Commit

Permalink
missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Nov 16, 2023
1 parent d4552f3 commit 33585d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
var moduleRoot = event.getModuleRoot( "contentbox-admin" );
var manifest = getCache( "template" ).getOrSet(
"cbAdminElixirManifest",
() => deserializeJSON( fileRead( expandPath( moduleRoot & "/includes/rev-manifest.json" ) )
() => deserializeJSON( fileRead( expandPath( moduleRoot & "/includes/rev-manifest.json" ) ) )
);
var qualifiedPath = right( moduleRoot, len( moduleRoot ) - 1 ) & "/includes/" & fileName;
Expand Down

0 comments on commit 33585d7

Please sign in to comment.