Skip to content

Commit

Permalink
white space
Browse files Browse the repository at this point in the history
  • Loading branch information
jsrain committed Oct 20, 2017
1 parent 39d25a3 commit 7eb8698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/installation/clients/umount_finish.rb
Expand Up @@ -130,7 +130,7 @@ def main
@umount_these.unshift(USB_PATH) if Hotplug.haveUSB

# exists in both inst-sys and target or in neither
@umount_these.unshift(EFIVARS_PATH) if File.exist?(EFIVARS_PATH)
@umount_these.unshift(EFIVARS_PATH) if File.exist?(EFIVARS_PATH)

Builtins.foreach(@umount_these) do |umount_dir|
umount_this = Builtins.sformat(
Expand Down

0 comments on commit 7eb8698

Please sign in to comment.