Skip to content

Commit

Permalink
Merge pull request #510 from Fryguy/remove_runcmd
Browse files Browse the repository at this point in the history
Remove MiqUtil.runcmd in favor of AwesomeSpawn

(transferred from ManageIQ/manageiq-gems-pending@6e65e82)
  • Loading branch information
chessbyte authored and NickLaMuro committed Aug 9, 2021
2 parents bf5e803 + 98b08c1 commit 274e3f8
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 274e3f8

Please sign in to comment.