Skip to content

Commit bd85ae1

Browse files
committed
pr feedback
1 parent c86d63d commit bd85ae1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.changelog/25716.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
```release-note:bug
2-
cli: respect NOMAD_REGION and NOMAD_NAMESPACE in operator debug command
2+
cli: Respect NOMAD_REGION environment variable in operator debug command
33
```

command/operator_debug.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ func (c *OperatorDebugCommand) Run(args []string) int {
512512
}
513513

514514
c.opts = &api.QueryOptions{
515-
Region: c.Meta.Region(),
516515
AllowStale: allowStale,
517516
AuthToken: c.Meta.token,
518517
}

0 commit comments

Comments
 (0)