diff --git a/crates/cli/src/workflows.rs b/crates/cli/src/workflows.rs index fb89eff40..a5098baf5 100644 --- a/crates/cli/src/workflows.rs +++ b/crates/cli/src/workflows.rs @@ -16,7 +16,7 @@ use uuid::Uuid; use crate::updater::{SupportedApp, Updater}; pub static GRIT_REPO_URL_NAME: &str = "grit_repo_url"; -pub static GRIT_REPO_BRANCH_NAME: &str = "grit_repo_branch"; +pub static GRIT_REPO_BRANCH_NAME: &str = "grit_branch"; pub static GRIT_TARGET_RANGES: &str = "grit_target_ranges"; pub static ENV_GRIT_WORKSPACE_ROOT: &str = "GRIT_WORKSPACE_ROOT";