Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit 3652f7e

Browse files
committed
Fixed typo. Fixes #719
1 parent 4449ddc commit 3652f7e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cnchi/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
""" Set some Cnchi global constants """
3131

32-
CNCHI_VERSION = "0.14.254"
32+
CNCHI_VERSION = "0.14.255"
3333
CNCHI_WEBSITE = "http://www.antergos.com"
3434
CNCHI_RELEASE_STAGE = "production"
3535

cnchi/installation/advanced.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -893,8 +893,8 @@ def on_partition_list_edit_activate(self, button):
893893
if new_mount == "/boot" and new_fs != "fat32":
894894
# search for /boot/efi
895895
boot_efi_exists = False
896-
for tmp_uid in stage_opts:
897-
opt = stage_opts[tmp_uid]
896+
for tmp_uid in self.stage_opts:
897+
opt = self.stage_opts[tmp_uid]
898898
if opt[2] == '/boot/efi':
899899
boot_efi_exists = True
900900
# if no /boot/efi is defined, /boot must be fat32

update.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{"version":"0.14.254","files":[
1+
{"version":"0.14.255","files":[
22
]}

0 commit comments

Comments
 (0)