Skip to content

Commit

Permalink
make this branch as dev in function init_move_dir()
Browse files Browse the repository at this point in the history
  • Loading branch information
so-kkroy22 committed Aug 5, 2024
1 parent 27757bb commit 397a8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aptos/src/move_tool/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ impl FrameworkPackageArgs {
const SUPRA_FRAMEWORK: &str = "SupraFramework";
const SUPRA_FRAMEWORK_GIT_PATH: &str = "https://github.com/Entropy-Foundation/aptos-core.git";
const SUBDIR_PATH: &str = "aptos-move/framework/supra-framework";
const DEFAULT_BRANCH: &str = "integrate_consensus_key";
const DEFAULT_BRANCH: &str = "dev";

let move_toml = package_dir.join(SourcePackageLayout::Manifest.path());
check_if_file_exists(move_toml.as_path(), prompt_options)?;
Expand Down

0 comments on commit 397a8d2

Please sign in to comment.