Skip to content

Commit

Permalink
A few fixes after yesterday's mergepalooza
Browse files Browse the repository at this point in the history
Signed-off-by: Brian H <[email protected]>
  • Loading branch information
fibonacci1729 committed Aug 28, 2024
1 parent a1fe928 commit 7c6938c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion crates/trigger/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,10 @@ impl<T: Trigger> TriggerAppBuilder<T> {
let composed = spin_compose::compose(self, component.locked)
.await
.with_context(|| {
format!("failed to compose component {:?}", component.locked.id)
format!(
"failed to resolve dependencies for component {:?}",
component.locked.id
)
})?;

spin_core::Component::new(engine, composed)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title = "SIP 0XX - Spin Factors"
title = "SIP 021 - Spin Factors"
template = "main"
date = "2024-05-20T12:00:00Z"

Expand Down

0 comments on commit 7c6938c

Please sign in to comment.