Skip to content

Commit

Permalink
Remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Feb 21, 2024
1 parent dde26f1 commit 4365850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ test-linux:
test-windows:
mkdir testmount
subst T: testmount
icacls "T:\" /grant Users:F
icacls T:\ /grant Users:F
icacls testmount /grant Users:F
copy tests\assets\info_uf2.txt T:
coverage run -m pytest
Expand Down

0 comments on commit 4365850

Please sign in to comment.