From 0e2c1061e754ee8cd26dce63cd2df2c51358e34e Mon Sep 17 00:00:00 2001 From: zkldi <20380519+zkldi@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:45:21 +0000 Subject: [PATCH] fix: make seeds load within the century --- dev/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/bootstrap.sh b/dev/bootstrap.sh index ecd4fe579c..421e6395fd 100755 --- a/dev/bootstrap.sh +++ b/dev/bootstrap.sh @@ -105,8 +105,8 @@ fi mvExampleFiles selfSignHTTPS pnpmInstall -syncDatabaseWithSeeds setIndexes +syncDatabaseWithSeeds installLocalDebs echo "Bootstrap Complete."