Skip to content

Commit

Permalink
copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
after-ephemera committed Dec 24, 2024
1 parent 10280de commit c882f1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/suiop-cli/src/cli/pulumi/deps.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

use crate::{command::CommandOptions, run_cmd};
use anyhow::Result;
use serde_yaml::Value;
Expand Down Expand Up @@ -115,6 +118,7 @@ pub fn update_deps_cmd(filepath: PathBuf, runtime: Option<String>) -> Result<()>
error_messages
))
} else {
info!("Successfully updated dependencies");
Ok(())
}
}

0 comments on commit c882f1e

Please sign in to comment.