Skip to content

Commit

Permalink
Remove explicit panic
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-br committed Sep 25, 2023
1 parent 36c936b commit cbffe98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pulumi-operator-kubernetes-job/src/git/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ impl GitService {
}

fetch_git_notes(&repo, callback)?;
panic!();

Ok::<&str, GitError>("./source")
}
Expand Down

0 comments on commit cbffe98

Please sign in to comment.