Skip to content

Commit 8376a43

Browse files
authored
Update install-posign.sh
1 parent 793d257 commit 8376a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-posign.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ done
9999
git fetch origin --force;
100100
git reset --hard origin/main;
101101
git pull --rebase origin main;
102-
bash ./env_update.sh;
102+
bash ./env-update.sh;
103103
sg docker -c "docker compose up --build -d"
104104
fi
105105
fi
106-
fi
106+
fi

0 commit comments

Comments
 (0)