Skip to content

Commit

Permalink
fix #606
Browse files Browse the repository at this point in the history
  • Loading branch information
Aylur committed Nov 6, 2024
1 parent 42624a5 commit e04f229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var reqCommand = &cobra.Command{
Args: cobra.ExactArgs(1),
Run: func(cmd *cobra.Command, args []string) {
instance, _ := cmd.Flags().GetString("instance")
lib.Astal("--instance", instance, "--message", args[0])
lib.Astal("--instance", instance, args[0])
},
}

Expand Down

0 comments on commit e04f229

Please sign in to comment.