Skip to content

Commit 89d4eb6

Browse files
authored
Merge pull request #47 from outerbase/Brayden-patch-1
Update install.sh
2 parents 24c9fa9 + aff74dd commit 89d4eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if ! command -v git &> /dev/null; then
3737
fi
3838

3939
echo "Cloning the repository..."
40-
git clone https://github.com/Brayden/starbasedb.git > /dev/null 2>&1 || { echo "Error: Failed to clone the repository. Please check your internet connection and try again."; exit 1; }
40+
git clone https://github.com/outerbase/starbasedb.git > /dev/null 2>&1 || { echo "Error: Failed to clone the repository. Please check your internet connection and try again."; exit 1; }
4141
cd starbasedb || { echo "Error: Failed to change to the starbasedb directory. The clone might have failed."; exit 1; }
4242

4343
# Step 3: Generate a secure AUTHORIZATION_TOKEN and update wrangler.toml

0 commit comments

Comments
 (0)