Skip to content

Commit

Permalink
Update src/lib/y2iscsi_client/timeout_process.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Vidner <mvidner@suse.cz>
  • Loading branch information
jreidinger and mvidner committed Oct 5, 2022
1 parent 5cab631 commit 1f7deb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/y2iscsi_client/timeout_process.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module TimeoutProcess

# @param [Array<String>] command as list of arguments
# @param [Integer] timeout in seconds
# @return [Array<Boolean, Array<String>] return pair of boolean if command
# @return [Array(Boolean, Array<String>)] return pair of boolean if command
# succeed and stdout lines without ending newline
def self.run(command, timeout: 10)
textdomain "iscsi-client"
Expand Down

0 comments on commit 1f7deb3

Please sign in to comment.