Skip to content

Commit

Permalink
Update plugins-init.js
Browse files Browse the repository at this point in the history
Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs authored Sep 26, 2023
1 parent 3aead22 commit a417b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/init/plugins-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function deleteFile(path) {
}

function registerPlugin(pluginPath, pluginDefinition) {
const pointerPath = `${pluginPointerDirectory}/${pluginDefinition.identifier}.json`;
const pointerPath = `${pluginPointerDirectory}/${pluginDefinition.identifier}.json`;
let location, relativeTo;
if (pluginPath.startsWith(runtimeDirectory)) {
relativeTo = "$ZWE_zowe_runtimeDirectory";
Expand Down

0 comments on commit a417b7f

Please sign in to comment.