Skip to content

Commit 010fb85

Browse files
authored
Merge pull request #518 from sequoiaat/fix516
Update plugin.xml (fix: don't run beforePrepare.js twice)
2 parents 48117c9 + 9fe173e commit 010fb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ SOFTWARE.
4343

4444
<!-- Hooks -->
4545
<hook src="src/scripts/hooks/beforePluginInstall.js" type="before_plugin_install" />
46-
<hook src="src/scripts/hooks/beforePrepare.js" type="after_plugin_install" />
46+
4747
<hook src="src/scripts/hooks/afterPrepare.js" type="after_plugin_add" />
4848
<hook src="src/scripts/hooks/beforePrepare.js" type="before_prepare" />
4949
<hook src="src/scripts/hooks/afterPrepare.js" type="after_prepare" />

0 commit comments

Comments
 (0)