Skip to content

Commit

Permalink
Fix whitespaces for smartcontractkit#14513
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rv4x authored Oct 2, 2024
1 parent 659b75a commit 3479075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/scripts/install-protoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi

if [ "$os" == "Linux" ] ; then
os="linux"
if [$arch != "x86_64"]; then
if [ $arch != "x86_64" ]; then
echo "unsupported os $os-$arch update $0"
exit 1
fi
Expand Down

0 comments on commit 3479075

Please sign in to comment.