Skip to content

Commit 2503eed

Browse files
snoweuphmlange-42
andauthored
Update Justfile
Co-authored-by: Martin Lange <44003176+mlange-42@users.noreply.github.com>
1 parent 9857092 commit 2503eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ red := '\033[0;31m'
1010
reset := '\033[0m'
1111

1212
# Checks if all requirements to work on this project are installed
13-
check-requiements:
13+
check-requirements:
1414
@command -v cargo &>/dev/null && echo -e "{{ green }}{{ reset}} cargo installed" || echo -e "{{ red }}{{ reset }} cargo missing"
1515

1616
# Runs the same linters as the pipeline with fix option

0 commit comments

Comments
 (0)