Skip to content
Snippets Groups Projects
Commit 20327dbc authored by Yvonne Lam's avatar Yvonne Lam
Browse files

Document allowable default_version settings for git sources.

parent 9d387525
No related branches found
No related tags found
1 merge request!2omnibus version to v5.0.0
Loading
Loading
@@ -256,13 +256,14 @@ module Omnibus
expose :source
 
#
# Set or retieve the {#default_version} of the software to build.
# Set or retrieve the {#default_version} of the software to build.
#
# @example
# default_version '1.2.3'
#
# @param [String] val
# the default version to set for the software
# the default version to set for the software.
# For a git source, the default version may be a git ref (e.g. tag, branch name, or sha).
#
# @return [String]
#
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment