Skip to content

Commit 0b8aa5e

Browse files
committed
Touch up spacing in rustup command
1 parent bb357d4 commit 0b8aa5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ runs:
6161

6262
- run: |
6363
: install rustup if needed
64-
if ! command -v rustup &> /dev/null ; then
64+
if ! command -v rustup &>/dev/null; then
6565
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
6666
echo "${CARGO_HOME:-$HOME/.cargo}/bin" >> $GITHUB_PATH
6767
fi

0 commit comments

Comments
 (0)