Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dist/

*.env
.DS_Store
.python-version
.python-version
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ builds:
binary: '{{ .ProjectName }}_v{{ .Version }}'

archives:
- format: zip
- formats: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'

checksum:
Expand Down
2 changes: 1 addition & 1 deletion build/generator-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ resources:

core_virtual_machine:
read:
path: /core/virtual-machines/{id}
path: /core/virtual-machines/{vm_id}
method: GET
create:
path: /core/virtual-machines
Expand Down
Loading