Skip to content

Commit c87b4b6

Browse files
committed
Moving ./scripts to ./catalyst-toolbox/scripts to fix nix build
1 parent 9d63827 commit c87b4b6

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

catalyst-toolbox/src/testing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ impl ProposerRewardsCommand {
104104
}
105105

106106
pub fn cmd(self, temp_dir: &TempDir) -> Result<Command, Error> {
107-
let script_content = include_str!("../../scripts/python/proposers_rewards.py");
107+
let script_content = include_str!("../scripts/python/proposers_rewards.py");
108108
let script_file = temp_dir.child("proposers_rewards.py");
109109

110110
std::fs::write(script_file.path(), script_content)?;

0 commit comments

Comments
 (0)