Skip to content

Commit

Permalink
feat: updated artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
WajahatAliAbid committed Sep 20, 2024
1 parent 964a404 commit 5d90b94
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ go.work.sum
.env
*.txt
*.json
sqs+
zqs
2 changes: 1 addition & 1 deletion cmd/listQueues.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Copyright © 2024 WajahatAliAbid
package cmd

import (
"ZenExtensions/sqs-plus/helper"
"ZenExtensions/zqs/helper"
"fmt"
"os"

Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "sqs+ [sub]",
Use: "zqs [sub]",
Short: "Command to extend functionality of aws sqs command",
Long: `This command line extends the functionality of aws sqs command, not entirely replacing it, but making several functions simpler to do.`,
}
Expand Down
2 changes: 1 addition & 1 deletion cmd/sendMessage.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Copyright © 2024 WajahatAliAbid
package cmd

import (
"ZenExtensions/sqs-plus/helper"
"ZenExtensions/zqs/helper"
"bufio"
"encoding/json"
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ZenExtensions/sqs-plus
module ZenExtensions/zqs

go 1.22.0

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Copyright © 2024 WajahatAliAbid
*/
package main

import cmd "ZenExtensions/sqs-plus/cmd"
import cmd "ZenExtensions/zqs/cmd"

func main() {
cmd.Execute()
Expand Down

0 comments on commit 5d90b94

Please sign in to comment.