mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 23:59:58 -07:00
server: forgot a 'v' + release: v0.0.15
This commit is contained in:
@@ -73,7 +73,7 @@ impl Server {
|
||||
info!("Downloading websites from Github...");
|
||||
|
||||
let url = format!(
|
||||
"https://github.com/bitcoinresearchkit/brk/archive/refs/tags/{}.zip",
|
||||
"https://github.com/bitcoinresearchkit/brk/archive/refs/tags/v{}.zip",
|
||||
VERSION
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user