Skip to content

Commit

Permalink
src/winusb: destroy_and_rebuild_entire_disk: Fix wrong reference name
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 5, 2017
1 parent 9f1cf84 commit a874a19
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 @@ -482,7 +482,7 @@ destroy_and_rebuild_entire_disk(){
"$command_mkdosfs"\
-F 32\
-n 'Windows USB' \
"${partition}"
"${target_partition}"
}; declare -fr destroy_and_rebuild_entire_disk

check_runtime_dependencies(){
Expand Down

0 comments on commit a874a19

Please sign in to comment.