Skip to content

Commit

Permalink
src/winusb: destroy_and_rebuild_entire_disk: Switch parameter referen…
Browse files Browse the repository at this point in the history
…ce style

Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 7, 2017
1 parent 97db932 commit 8ba09ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/winusb
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ destroy_and_rebuild_entire_disk(){
sleep 3

# Create filesystem on partition
"$command_mkdosfs"\
"${command_mkdosfs}"\
-F 32\
-n 'Windows USB' \
"${target_partition}"
Expand Down

0 comments on commit 8ba09ec

Please sign in to comment.