Skip to content

Commit

Permalink
Merge pull request alibaba#54 from Xlongshu/master
Browse files Browse the repository at this point in the history
fix compile error
  • Loading branch information
oldmanpushcart authored Feb 8, 2018
2 parents e3cb39d + 8dbe77c commit ddc7867
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class AgentLauncher {

// sandbox主目录
private static final String SANDBOX_HOME
= new File(Module.class.getProtectionDomain().getCodeSource().getLocation().getFile())
= new File(AgentLauncher.class.getProtectionDomain().getCodeSource().getLocation().getFile())
.getParentFile().getParent();

// sandbox配置文件目录
Expand Down

0 comments on commit ddc7867

Please sign in to comment.