Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge back master #416

Merged
merged 3 commits into from
Oct 3, 2024
Merged
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 CHANGELOG/7.6.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [v7.6.1](https://github.com/aerospike/aerolab/releases/tag/7.6.1)

_Release Date: Month Day, Year_
_Release Date: September 30th, 2024_

**Release Notes:**
* Improvement: AGI Monitor notify slack with action decisions.
Expand Down
2 changes: 1 addition & 1 deletion src/cmdInventoryList.go
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ func (c *inventoryListCmd) run(showClusters bool, showClients bool, showTemplate
fmt.Println(render())
if !c.NoNotes {
if a.opts.Config.Backend.Type == "docker" {
fmt.Fprint(os.Stdout, "* if using Docker Desktop and forwaring ports by exposing them (-e ...), use IP 127.0.0.1 for the Access URL\n")
fmt.Fprint(os.Stdout, "* if using Docker Desktop and forwarding ports by exposing them (-e ...), use IP 127.0.0.1 for the Access URL\n")
} else {
fmt.Fprint(os.Stdout, "* instance Running Cost displays only the cost of owning the instance in a running state for the duration it was running so far. It does not account for taxes, disk, network or transfer costs.\n")
}
Expand Down