mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Fix prysm.bat internet warning (#5908)
* Fix bat * Remove % * Merge branch 'master' into fix-bat
This commit is contained in:
parent
5e6a5902ae
commit
aa6190235a
@ -47,7 +47,7 @@ if %WinOS%==64BIT (
|
||||
mkdir %wrapper_dir%
|
||||
|
||||
REM get_prysm_version - Find the latest Prysm version available for download.
|
||||
(for /f %%i in ('curl -f -s https://prysmaticlabs.com/releases/latest%27) do set prysm_version=%%i) || (echo [31mERROR: Starting prysm requires an internet connection. [0m && exit /b 1)
|
||||
(for /f %%i in ('curl -f -s https://prysmaticlabs.com/releases/latest') do set prysm_version=%%i) || (echo [31mERROR: Starting prysm requires an internet connection. [0m && exit /b 1)
|
||||
echo [37mLatest prysm release is %prysm_version%.[0m
|
||||
IF defined USE_PRYSM_VERSION (
|
||||
echo [33mdetected variable USE_PRYSM_VERSION=%USE_PRYSM_VERSION%[0m
|
||||
|
Loading…
Reference in New Issue
Block a user