Skip to content

Commit

Permalink
Restyled by shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and mkardous-silabs committed Nov 14, 2023
1 parent 1657b13 commit a085ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/examples/gn_silabs_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ else
if [ "$USE_RPS_EXTENSION" == true ]; then

# Create .rps
rpsName=$(sed 's/[^\.]*$/rps/' <<< "$binName")
rpsName=$(sed 's/[^\.]*$/rps/' <<<"$binName")
"$commanderPath" rps create "$rpsName" --app "$binName"
fi

Expand Down

0 comments on commit a085ee4

Please sign in to comment.