Skip to content

Commit 86329ec

Browse files
author
Compey
authored
🔖 Fix version on redirector temporarily
1 parent 075457d commit 86329ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/get/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
}, []);
3131

3232
useEffect(() => {
33-
window.location.href = `https://github.com/flightpkg/flight/releases/download/${version}/install.sh`;
33+
window.location.href = `https://github.com/flightpkg/flight/releases/download/v0.0.5/install.sh`;
3434
}, [])
3535
return ("Loading...");
3636
}
3737

38-
export default Get;
38+
export default Get;

0 commit comments

Comments
 (0)