Skip to content

Commit 701aea3

Browse files
committed
removed spelling mistake
1 parent 4651498 commit 701aea3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

files/opt/duplicate-usb-stick.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fi
5555

5656
./partition-sticks.sh "$device"
5757

58-
dir="/tmp/us-stick"
58+
dir="/tmp/usb-stick"
5959
partition="${device}1"
6060

6161
mkdir -p "$dir"
@@ -70,4 +70,4 @@ echo "Copied all contents successfully!"
7070
echo "You can now remove the device $device."
7171
echo "$description"
7272
echo -n "Press ENTER to exit"
73-
read
73+
read

0 commit comments

Comments
 (0)