Skip to content

Commit

Permalink
FIX - main branch in var for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MRColorR committed Oct 26, 2023
1 parent ebd38d8 commit 9f343db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runme.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $SCRIPT_NAME = $MyInvocation.MyCommand.Name # save the script name in a variable
$DS_PROJECT_SERVER_URL = (Get-Content .\${ENV_FILENAME} | Select-String -Pattern "DS_PROJECT_SERVER_URL=" -SimpleMatch).ToString().Split("=")[1]

# Script URL for update #
$PROJECT_BRANCH = "pythonize"
$PROJECT_BRANCH = "main"
$PROJECT_URL = "https://raw.githubusercontent.com/MRColorR/money4band/${PROJECT_BRANCH}"

# Script debug log file #
Expand Down
2 changes: 1 addition & 1 deletion runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ readonly SCRIPT_NAME=$(basename "$0") # save the script name in a variable not t
readonly DS_PROJECT_SERVER_URL=$(grep -oP 'DS_PROJECT_SERVER_URL=\K[^#\r]+' ${ENV_FILENAME})

# Script URL for update #
readonly PROJECT_BRANCH="pythonize"
readonly PROJECT_BRANCH="main"
readonly PROJECT_URL="https://raw.githubusercontent.com/MRColorR/money4band/${PROJECT_BRANCH}"


Expand Down

0 comments on commit 9f343db

Please sign in to comment.