Skip to content
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed

- Panic in tarantool 1.10.15 static build by `tt`.
- Removed `--use-docker` flag from `tt uninstall tarantool` since it was added by mistake.

## [1.1.1] - 2023-06-08

Expand Down
3 changes: 0 additions & 3 deletions cli/cmd/uninstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ func newUninstallTarantoolCmd() *cobra.Command {
},
}

tntCmd.Flags().BoolVarP(&installCtx.BuildInDocker, "use-docker", "", false,
"build tarantool in Ubuntu 18.04 docker container")

return tntCmd
}

Expand Down