Skip to content
Snippets Groups Projects
Commit 4b019f03 authored by Seth Chisamore's avatar Seth Chisamore
Browse files

Merge pull request #476 from chef/yzl/git_branch_example

Document allowable default_version settings for git sources.
parents eab89287 20327dbc
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