You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: seabee/src/policy/runtime_update.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ impl super::SeaBeePolicy {
137
137
returnErr(anyhow!("Policy update succeeded, but error occurred while updating files on disk.\nChanges will not persist after reboot. Issuing another successful policy update would resolve the issue.\n{e}"));
138
138
}
139
139
140
-
Ok(format!("Success!\n{}", new_policy))
140
+
Ok(format!("Success!\n{new_policy}"))
141
141
}
142
142
143
143
/// add a new policy to SeaBee and to the kernel, but does not save to disk
0 commit comments