We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffff718 commit fd3f562Copy full SHA for fd3f562
flattool
@@ -8,8 +8,8 @@ asAutoCheckUpdate="false"
8
9
# Global variables
10
versionNumber="1.4.2"
11
-owner="heliguy4599"
12
-repo="flattool"
+owner="flattool"
+repo="flattool-cli"
13
appID=''
14
boldTxt=$(tput bold)
15
normalTxt=$(tput sgr0)
@@ -572,7 +572,7 @@ case "$subcommand" in
572
echo "New version of flattool is available: ${latestTag}"
573
userConsent "Do you want to install this new update?"
574
echo "Installing new version..."
575
- wget -N -P "$(dirname "$0")" "https://raw.githubusercontent.com/${owner}/${repo}/main/flattool"
+ wget -N -P "$(dirname "$0")" "https://raw.githubusercontent.com/${owner}/${repo}/main/flattool-cli"
576
;;
577
esac
578
exit 0
0 commit comments