Skip to content

Commit

Permalink
Updating text
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimanyu003 committed Feb 22, 2023
1 parent dbd6bcd commit 91d74f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ nfpms:
vendor: abhimanyu003
homepage: "https://github.com/abhimanyu003/probe/"
maintainer: "Abhimanyu Sharma <abhimanyusharma003@gmail.com>"
description: "YAML + JQ end-to-end API testing tool."
description: "Simplified Integration Testing Using YAML and JQ."
license: MIT
formats:
- deb
Expand All @@ -50,7 +50,7 @@ brews:
folder: Formula
name: probe
homepage: "https://github.com/abhimanyu003/probe"
description: "YAML + JQ end-to-end API testing tool."
description: "Simplified Integration Testing Using YAML and JQ."
license: "MIT"
skip_upload: auto
commit_author:
Expand All @@ -69,17 +69,17 @@ scoop:
name: "Abhimanyu Sharma"
email: abhimanyusharma003@gmail.com
homepage: "https://github.com/abhimanyu003/sttr"
description: "YAML + JQ end-to-end API testing tool."
description: "Simplified Integration Testing Using YAML and JQ."
license: MIT

snapcrafts:
- id: probe
name: go-probe
publish: true
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
summary: YAML + JQ end-to-end API testing tool.
summary: Simplified Integration Testing Using YAML and JQ.
description: |
YAML + JQ end-to-end API testing tool.
Simplified Integration Testing Using YAML and JQ.
grade: stable
confinement: strict
license: MIT
Expand All @@ -93,7 +93,7 @@ snapcrafts:
aurs:
- name: probe-bin
homepage: "https://github.com/abhimanyu003/probe"
description: "YAML + JQ Based End-To-End API Testing."
description: "Simplified Integration Testing Using YAML and JQ."
maintainers:
- 'Abhimanyu Sharma <abhimanyusharma003@gmail.com>'
license: "MIT"
Expand Down
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

var rootCmd = &cobra.Command{
Use: "probe",
Short: "YAML + JQ end-to-end API testing tool.",
Short: "Simplified Integration Testing Using YAML and JQ.",
}

func Execute() {
Expand Down

0 comments on commit 91d74f8

Please sign in to comment.