Skip to content

Commit

Permalink
Link to docs for Cheetah.run (#459)
Browse files Browse the repository at this point in the history
Use a full URL so that YARD can make a link in the rendered docs.
It is especially important because Cheetah.run takes a great variety of
arguments.
  • Loading branch information
mvidner committed Apr 12, 2016
1 parent 71b3cd9 commit 9c7caad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/system/src/lib/yast2/execute.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Execute
textdomain "base"

# Runs arguments with respect of changed root in installation.
# @see Cheetah.run for parameters
# @see http://www.rubydoc.info/github/openSUSE/cheetah/Cheetah.run parameter docs
# @raise Cheetah::ExecutionFailed
def self.on_target(*args)
root = "/"
Expand All @@ -52,7 +52,7 @@ def self.on_target(*args)
end

# Runs arguments without changed root.
# @see Cheetah.run for parameters
# @see http://www.rubydoc.info/github/openSUSE/cheetah/Cheetah.run parameter docs
# @raise Cheetah::ExecutionFailed
def self.locally(*args)
popup_error { Cheetah.run(*args) }
Expand Down

0 comments on commit 9c7caad

Please sign in to comment.