From 6648e8db15d8655d2c9d81a1daea48e9bd53dc86 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 18 Jan 2019 22:23:46 -0500 Subject: [PATCH] core > server updates --- scripts/bitwarden.ps1 | 2 +- scripts/bitwarden.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 78480a5f0..8432691c9 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -42,7 +42,7 @@ if ($output -eq "") { } $scriptsDir = "${output}\scripts" -$githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/core/master" +$githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" $coreVersion = "1.29.0" $webVersion = "2.8.0" diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index f5134506e..b755afb77 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -36,7 +36,7 @@ then fi SCRIPTS_DIR="$OUTPUT/scripts" -GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/core/master" +GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master" COREVERSION="1.29.0" WEBVERSION="2.8.0"