Skip to content

Commit

Permalink
Adapt to new API of DiskAnalyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Apr 7, 2017
1 parent b299473 commit 461a6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timezone/src/modules/Timezone.rb
Expand Up @@ -1002,7 +1002,7 @@ def Summary

# Checks whether the system has Windows installed
def system_has_windows?
win_partitions = disk_analyzer.windows_partitions.values.flatten
win_partitions = disk_analyzer.windows_partitions
!win_partitions.empty?
end

Expand Down

0 comments on commit 461a6ee

Please sign in to comment.