Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyHuynh1 committed Sep 18, 2023
1 parent ced9628 commit 6105f2f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cmd/fix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pub enum Error {

#[cfg(target_family = "windows")]
fn cli_command() -> &'static str {
"PATH ; fossa.exe analyze -o"
r#"Env:Path = "" fossa.exe analyze -o"#
}

#[cfg(target_family = "unix")]
Expand Down
1 change: 0 additions & 1 deletion src/cmd/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ struct ScanGitVCSReference {
}

impl ScanGitVCSReference {
/// Instantiate ScanGitVCSReference instance
fn new(integration: &Integration, reference: &Reference) -> Self {
Self {
scan_id: Uuid::new_v4().to_string(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ git clone -b master https://github.com/fossas/empty.git

Once the download is complete, you can debug the issue by running the following command in directory of your downloaded integration:

PATH ; fossa.exe analyze -o
Env:Path = "" fossa.exe analyze -o

Errors found while checking connection to FOSSA

Expand Down

0 comments on commit 6105f2f

Please sign in to comment.