diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-19 12:23:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-19 12:23:46 +0000 |
commit | 34d5c6cd766e9565c09721004f68f570b40da857 (patch) | |
tree | 5f3c7880543003198a96d4cdac8eef1fffdc69df | |
parent | a99e2526a63f6fd2f19ecfb79ffae8f9cf861145 (diff) | |
download | alpine-conf-34d5c6cd766e9565c09721004f68f570b40da857.zip |
setup-disk: fix typo
-rw-r--r-- | setup-disk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-disk.in b/setup-disk.in index f4401dd..ad9684e 100644 --- a/setup-disk.in +++ b/setup-disk.in @@ -460,7 +460,7 @@ confirm_erase() { local answer= local erasedisks="$@" if [ "$ERASE_DISKS" = "$erasedisks" ]; then - reeturn 0 + return 0 fi echo "WARNING: The following disk(s) will be erased:" show_disk_info $@ |