We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53341f commit ac3d453Copy full SHA for ac3d453
modules/post/multi/gather/dbvis_enum.rb
@@ -65,6 +65,7 @@ def run
65
unless file?(dbvis_file)
66
print_status("File not found: #{dbvis_file}")
67
print_status("This could be an older version of dbvis, trying old path")
68
+ case session.platform
69
when /linux/
70
dbvis_file = "#{user_base}.dbvis/config/dbvis.xml"
71
when /win/
0 commit comments