Skip to content

Commit

Permalink
Added import missed in rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Oct 10, 2024
1 parent 4be2271 commit cf7f3a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rust/agama-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ mod progress;
mod questions;

use crate::error::CliError;
use agama_lib::base_http_client::BaseHTTPClient;
use agama_lib::{
error::ServiceError, manager::ManagerClient, progress::ProgressMonitor, transfer::Transfer,
};
Expand All @@ -50,7 +51,7 @@ use std::{

/// Agama's CLI global options
#[derive(Args)]
struct GlobalOpts {
pub struct GlobalOpts {
#[clap(long, default_value = "http://localhost/api")]
/// uri pointing to agama's remote api. If not provided, default https://localhost/api is
/// used
Expand Down
2 changes: 1 addition & 1 deletion service/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
agama-yast (10)
agama-yast (10.devel153)
cfa (~> 1.0.2)
cfa_grub2 (~> 2.0.0)
cheetah (~> 1.0.0)
Expand Down

0 comments on commit cf7f3a3

Please sign in to comment.