Browse Source

typo in script

Iamabot 2 years ago
parent
commit
613e6b5776
1 changed files with 1 additions and 1 deletions
  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