Skip to content

Commit b5024b8

Browse files
authored
Small correction to pre-commit script (#4998)
Signed-off-by: Adam Gutglick <[email protected]>
1 parent a5da09c commit b5024b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ else
109109
echo
110110
echo "$FMT_OUTPUT"
111111
echo
112-
print_info "💡 Fix with: cargo fmt"
112+
print_info "💡 Fix with: cargo +nightly fmt"
113113
echo
114114
print_warning "⚠️ To skip checks: git push --no-verify"
115115
exit 1

0 commit comments

Comments
 (0)