mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
chore: fix typos in target-convert.sh (#1608)
This commit is contained in:
parent
227533a7f9
commit
fa60a746a2
@ -49,9 +49,9 @@ RESULT=""
|
||||
if [ "$ARGV_TYPE" == "pkg" ]; then
|
||||
if [ "$ARGV_TARGET" == "linux" ]; then
|
||||
RESULT=linux
|
||||
elif [ "$ARGV_ARCHITECTURE" == "win32" ]; then
|
||||
elif [ "$ARGV_TARGET" == "win32" ]; then
|
||||
RESULT=win
|
||||
elif [ "$ARGV_ARCHITECTURE" == "darwin" ]; then
|
||||
elif [ "$ARGV_TARGET" == "darwin" ]; then
|
||||
RESULT=macos
|
||||
fi
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user