Skip to content

Commit

Permalink
fix resource name for pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Oct 4, 2023
1 parent 0febf46 commit ed74d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/pvc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub enum StacksDevnetPvc {
impl fmt::Display for StacksDevnetPvc {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
match self {
StacksDevnetPvc::StacksBlockchainApiPg => write!(f, "stacks-blockchain-api-pg"),
StacksDevnetPvc::StacksBlockchainApiPg => write!(f, "stacks-blockchain-api"),
}
}
}

0 comments on commit ed74d90

Please sign in to comment.