mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-11 20:20:05 +00:00
typo: convert tab to space (#10918)
* typo: convert tab to space Signed-off-by: Delweng <delweng@gmail.com> * typo: indent shell scripts with 4spaces Signed-off-by: Delweng <delweng@gmail.com> * fix the indent typo again Signed-off-by: Delweng <delweng@gmail.com> Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
This commit is contained in:
parent
5291b9d85b
commit
13001cd000
3
prysm.sh
3
prysm.sh
@ -76,8 +76,7 @@ fi
|
||||
readonly wrapper_dir="$(dirname "$(get_realpath "${BASH_SOURCE[0]}")")/dist"
|
||||
|
||||
# for Apple M1s
|
||||
if [ "$(uname -s)" == "Darwin" ] && [ "$(uname -m)" == "arm64" ]
|
||||
then
|
||||
if [ "$(uname -s)" == "Darwin" ] && [ "$(uname -m)" == "arm64" ]; then
|
||||
arch="amd64"
|
||||
else
|
||||
arch=$(uname -m)
|
||||
|
Loading…
Reference in New Issue
Block a user