Skip to content

Commit 2359c39

Browse files
committed
Change version number.
1 parent bffda28 commit 2359c39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ Note that if I had partitioned the 64GB disk with more than three
462462
partitions it would have been more difficult to clone down to the
463463
32GB card. If there had been 4 partitions, then a smaller disk has
464464
to be large enough to image the sizes of the first three source partitions.
465-
If the disk is too small for that, then an initilize clone would be
465+
If the disk is too small for that, then an initialize clone would be
466466
limited to a two partition clone as the next example shows. The other
467467
alternative would be a manual partition. The take away is that you need
468468
to consider how you would be cloning to smaller disks when you partition

rpi-clone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
version=2.0.7
3+
version=2.0.8
44

55
# auto run grub-install if grub detected
66
grub_auto=1

0 commit comments

Comments
 (0)