Skip to content

Commit

Permalink
Fixed linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepol committed Dec 2, 2023
1 parent 662247e commit 4d32e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quant.install
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function quant_update_9008() {
$names = [
'quant_metadata_file' => $installPath,
'quant_metadata_node' => $installPath,
'quant_metadata_redirect' => $optionalPath, // Requires redirect module.
'quant_metadata_redirect' => $optionalPath,
'quant_metadata_taxonomy' => $installPath,
];
foreach ($names as $name => $path) {
Expand Down

0 comments on commit 4d32e85

Please sign in to comment.