Skip to content

Commit

Permalink
fix typo #2145
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Oct 11, 2022
1 parent b9c78f8 commit bdd9a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</copy>
<!-- 从web-ui复制打包好的js/html -->
<copy overwrite="true" todir="${project.build.directory}/tmp_out/com/taobao/arthas/core/http/">
<fileset dir="${project.build.directory}/../../Web-UI/arthasWebConsole/dist/" />
<fileset dir="${project.build.directory}/../../web-ui/arthasWebConsole/dist/" />
</copy>
<zip basedir="${project.build.directory}/tmp_out" destfile="${project.build.directory}/${project.build.finalName}-shade.${project.packaging}" />
</tasks>
Expand Down

0 comments on commit bdd9a93

Please sign in to comment.