mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-25 09:14:01 -04:00
Merge pull request #1427 from NickPresta/master
Updating check for version when on devel.
This commit is contained in:
@@ -14,6 +14,10 @@ verify_go () {
|
||||
return 0
|
||||
fi
|
||||
|
||||
if [[ "$2" == "devel" ]]; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
local IFS=.
|
||||
local i ver1=($1) ver2=($2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user