소스 검색

Update build.sh

benjobs 7 년 전
부모
커밋
a36d299895
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -141,5 +141,5 @@ else
     echo_g "build opencron successfully! "
     cp ${WORKDIR}/opencron-agent/target/opencron-agent-${OPENCRON_VERSION}.tar.gz ${BUILD_HOME}/dist/
     cp ${WORKDIR}/opencron-server/target/opencron-server.war ${BUILD_HOME}/dist/
-    echo_g "please go ${BUILD_HOME}/dist ";
+    echo_g "please goto ${BUILD_HOME}/dist ";
 fi