Skip to content

Commit

Permalink
fix: correct grit_branch input value (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante authored May 16, 2024
1 parent 7f5b9fc commit 2bbf18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/workflows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 2bbf18e

Please sign in to comment.