Skip to content

Commit

Permalink
Remove MiqUtil.runcmd in favor of AwesomeSpawn
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy authored and NickLaMuro committed Aug 9, 2021
1 parent bf5e803 commit 98b08c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manageiq/smartstate/mount/miq_generic_mount_session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
require 'logger'
require 'sys-uname'
require 'uri'
require 'awesome_spawn'

require 'util/miq-exception'
require 'util/miq_file_storage'
require 'util/runcmd'

class MiqGenericMountSession < MiqFileStorage::Interface
require 'util/mount/miq_local_mount_session'
Expand Down

0 comments on commit 98b08c1

Please sign in to comment.