Skip to content

Commit fd3f562

Browse files
authored
Update flattool
Change owner, repo, and link for script updates to the new repo of flattool-cli
1 parent ffff718 commit fd3f562

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flattool

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ asAutoCheckUpdate="false"
88

99
# Global variables
1010
versionNumber="1.4.2"
11-
owner="heliguy4599"
12-
repo="flattool"
11+
owner="flattool"
12+
repo="flattool-cli"
1313
appID=''
1414
boldTxt=$(tput bold)
1515
normalTxt=$(tput sgr0)
@@ -572,7 +572,7 @@ case "$subcommand" in
572572
echo "New version of flattool is available: ${latestTag}"
573573
userConsent "Do you want to install this new update?"
574574
echo "Installing new version..."
575-
wget -N -P "$(dirname "$0")" "https://raw.githubusercontent.com/${owner}/${repo}/main/flattool"
575+
wget -N -P "$(dirname "$0")" "https://raw.githubusercontent.com/${owner}/${repo}/main/flattool-cli"
576576
;;
577577
esac
578578
exit 0

0 commit comments

Comments
 (0)