Copy paste error. Whoops

pull/484/head
Rick Carlino 2017-10-04 15:18:51 -05:00
parent 01efcfaea4
commit 9164f99aee
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ module CeleryScriptSettingsBag
.defineNode(:install_farmware, [:url])
.defineNode(:update_farmware, [:package])
.defineNode(:remove_farmware, [:package])
.defineNode(:install_first_party_farmware, [:url])
.defineNode(:install_first_party_farmware, [])
# Given an array of allowed values and a CeleryScript AST node, will DETERMINE
# if the node contains a legal value. Throws exception and invalidates if not.
def self.within(array, node)