Skip to content

Commit

Permalink
renames cli package to tembo-cli (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahadarsh authored Dec 19, 2023
1 parent 446c859 commit 582333c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tembo-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tembo-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
workspace = { members = ["temboclient"] }
[package]
name = "tembo"
name = "tembo-cli"
version = "0.8.0"
edition = "2021"
authors = ["Tembo.io"]
Expand Down
2 changes: 1 addition & 1 deletion tembo-cli/tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use assert_cmd::prelude::*; // Add methods on commands
use predicates::prelude::*; // Used for writing assertions
use std::process::Command; // Run programs

const CARGO_BIN: &str = "tembo";
const CARGO_BIN: &str = "tembo-cli";

#[test]
fn help() -> Result<(), Box<dyn std::error::Error>> {
Expand Down

0 comments on commit 582333c

Please sign in to comment.