Skip to content

Commit

Permalink
change default organization
Browse files Browse the repository at this point in the history
  • Loading branch information
kopatsy committed Sep 19, 2024
1 parent c4efc6b commit 18bbe80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fn main_impl() -> Result<()> {
Arg::new("organization")
.long("org")
.action(ArgAction::Set)
.default_value("indygreg")
.default_value("verkada")
.help("GitHub organization"),
)
.arg(
Expand Down Expand Up @@ -145,7 +145,7 @@ fn main_impl() -> Result<()> {
Arg::new("organization")
.long("org")
.action(ArgAction::Set)
.default_value("indygreg")
.default_value("verkada")
.help("GitHub organization"),
)
.arg(
Expand Down

0 comments on commit 18bbe80

Please sign in to comment.