Skip to content

Commit

Permalink
updating to the new trigger modules
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Nov 14, 2022
1 parent 9d4d124 commit 65ed6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/tekton/generateModel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

declare -a modules=("generator-v1alpha1" "generator-v1beta1" "generator-triggers"
declare -a modules=("generator-v1alpha1" "generator-v1beta1" "generator-triggers-v1alpha1" "generator-triggers-v1beta1"
)

for module in ${modules[*]}
Expand Down

0 comments on commit 65ed6b4

Please sign in to comment.