소스 검색

typo in script

Iamabot 2 년 전
부모
커밋
613e6b5776
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      INIT-sync

+ 1 - 1
INIT-sync

@@ -20,7 +20,7 @@ pushd ${loc} > /dev/null
 
 ## set gin server and remote
 if ! gin remotes; then
-  sh .script/setginserver
+  sh .scripts/setginserver
 else
     echo gin remote set
 fi