diff --git a/dflow/deployer/common/config/configurations.cc b/dflow/deployer/common/config/configurations.cc
index b372ee52a..1eb01d206 100644
--- /opt/cloud/agent_1766032928187_ZXxuP/workspace/j_kG85BH6L/dflow/deployer/common/config/configurations.cc
+++ /opt/cloud/agent_1766032928187_ZXxuP/workspace/j_kG85BH6L/dflow/deployer/common/config/configurations.cc
@@ -53,7 +53,7 @@
   return SUCCESS;
 }
 
-std::string Configurations::GetDeployResDir() {
+std::string Configurations::GetDeployResDir() const {
   return information_.working_dir + "/runtime/deploy_res/";
 }
 

