Commit cf980084 authored by Michael Thomsen's avatar Michael Thomsen Committed by GitHub

Fix path in modules.xml to match new location of .iml (#9100)

parent 3e6a2c76
......@@ -2,7 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/{{projectName}}.iml" filepath="$PROJECT_DIR$/.idea/{{projectName}}.iml" />
<module fileurl="file://$PROJECT_DIR$/{{projectName}}.iml" filepath="$PROJECT_DIR$/{{projectName}}.iml" />
</modules>
</component>
</project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment