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: Shared.pkl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ pklformat = new Config.Step {
36
36
stage = "<JOB_FILES>"
37
37
glob = "*.pkl"
38
38
check = "\(pkl_prefix) pkl format --silent {{files}}"
39
-
// exit code of pkl format not zero if changes were made, so we first attempt to write changes with -w, and then run again with --silent to ensure a zero exit code on success
39
+
// exit code of pkl format is not zero if changes were made, so we first attempt to write changes with -w, and then run again with --silent to ensure a zero exit code on success
40
40
fix = "\(pkl_prefix) pkl format -w {{files}} || \(pkl_prefix) pkl format --silent {{files}}"
0 commit comments