Skip to content

Commit

Permalink
Typo in flash else statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsonhacks authored May 22, 2023
1 parent df86e8e commit f454f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash_jetson_external_storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if [ -f /etc/os-release ]; then
;;
esac

elsenvme0n1p1
else
if [ $(arch) == 'aarch64' ]; then
echo 'This script must be run from a x86 host machine'
if [ -f /etc/nv_tegra_release ]; then
Expand Down

0 comments on commit f454f43

Please sign in to comment.