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 652e39b commit e17b3f0Copy full SHA for e17b3f0
src/fastnetmon_install.pl
@@ -223,7 +223,7 @@ sub main {
223
# Dev version has release version incremented by one
224
$stable_release_version = $development_release_version;
225
226
- $download_path = "https://storage.googleapis.com/fastnetmon_community_packages";
+ $download_path = "https://storage.googleapis.com/fastnetmon_community_packages/$stable_release_version/";
227
228
print "We will install FastNetMon $stable_release_version using binary packages built from master branch via CI\n";
229
} else {
0 commit comments