Skip to content

Commit

Permalink
Fix typos in "creator" content
Browse files Browse the repository at this point in the history
  • Loading branch information
angrycub committed Sep 20, 2023
1 parent ae28d7a commit 28ecbfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion internal/creator/templates/pack_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ it won't.
## `constraints` helper

This helper creates Nomad constraint blocks from a value of type
`list(object(constraint string, operator string, value string))`
`list(object(attribute string, operator string, value string))`

*/ -]]

Expand Down
8 changes: 2 additions & 6 deletions internal/creator/templates/pack_metadata.hcl
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

app {
url = ""
}
pack {
name = "{{.PackName}}"
description = ""
url = ""
version = ""
}

// Optional dependency information. This block can be repeated.

// dependency {
// name = "demo_dependency_pack_name"
// dependency "demo_dep" {
// alias = "demo_dep"
// source = "git://source.git/packs/demo_dependency_pack"
// }
3 changes: 0 additions & 3 deletions internal/creator/templates/pack_variables.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

variable "job_name" {
# If "", the pack name will be used
description = "The name to use as the job name which overrides using the pack name"
Expand Down

0 comments on commit 28ecbfe

Please sign in to comment.