Fix old version script

This commit is contained in:
Félix Saparelli 2023-02-13 15:54:22 +13:00
parent b5f9f8140a
commit 4493c998be
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -euo pipefail
app="watchexec"
mainbranch="main"
mainbranch="v1.17.x"
upstream_rx="watchexec/"
curbranch=$(git rev-parse --abbrev-ref HEAD)