Skip to content

Commit 32b170b

Browse files
authored
Update ManageDrippie.s.sol (#17717)
1 parent a7c92d8 commit 32b170b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contracts-bedrock/scripts/periphery/drippie/ManageDrippie.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ contract ManageDrippie is Script {
102102
console.log("%s already active", _name);
103103
} else {
104104
// TODO: Better way to handle this?
105-
console.log("WARNING: % could not be activated", _name);
105+
console.log("WARNING: %s could not be activated", _name);
106106
}
107107
}
108108
}

0 commit comments

Comments
 (0)