Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 6137b8b

Browse files
authored
Merge pull request #38 from stack-spot/bug/1085/typo-comment
fix - 1085 - remove comment with typo
2 parents 15474c1 + 77883f5 commit 6137b8b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stackspot_store"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
description = ""
55
authors = ["andre-cintra <[email protected]>"]
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="stackspot_store",
8-
version="0.1.10",
8+
version="0.1.11",
99
description="",
1010
long_description=long_description,
1111
url="https://github.com/stack-spot/schemastore-stackspot",

stackspot_store/templates/plugin/v1/app/templates/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- label: Type name of your resource
2727
name: resource
2828
type: text
29-
required: true #defautl false
29+
required: true
3030
default: Client
3131
pattern: '([A-Z][a-z]+)+'
3232
help: 'Inform your resource name (e.g.: Client)'

stackspot_store/templates/plugin/v1/infra/templates/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- label: Type name of your resource
2929
name: resource
3030
type: text
31-
required: true #defautl false
31+
required: true
3232
default: Client
3333
pattern: '([A-Z][a-z]+)+'
3434
help: 'Inform your resource name (e.g.: Client)'

0 commit comments

Comments
 (0)