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

Commit

Permalink
Merge pull request #38 from stack-spot/bug/1085/typo-comment
Browse files Browse the repository at this point in the history
fix - 1085 - remove comment with typo
  • Loading branch information
andre-cintra authored Mar 23, 2023
2 parents 15474c1 + 77883f5 commit 6137b8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stackspot_store"
version = "0.1.10"
version = "0.1.11"
description = ""
authors = ["andre-cintra <andre.cintra@zup.com.br>"]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="stackspot_store",
version="0.1.10",
version="0.1.11",
description="",
long_description=long_description,
url="https://github.com/stack-spot/schemastore-stackspot",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- label: Type name of your resource
name: resource
type: text
required: true #defautl false
required: true
default: Client
pattern: '([A-Z][a-z]+)+'
help: 'Inform your resource name (e.g.: Client)'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- label: Type name of your resource
name: resource
type: text
required: true #defautl false
required: true
default: Client
pattern: '([A-Z][a-z]+)+'
help: 'Inform your resource name (e.g.: Client)'
Expand Down

0 comments on commit 6137b8b

Please sign in to comment.