Skip to content

Commit

Permalink
fix: printed directory path name (#2147)
Browse files Browse the repository at this point in the history
  • Loading branch information
0o001 authored Aug 19, 2023
1 parent 283a303 commit 80d7e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ namespace :lint do

desc 'Lints the EmbeddedLibraries directory'
task :EmbeddedLibraries do
sh 'echo "Linting /Sources/Private/EmbeddedLibaries (should not contain any public symbols)"'
sh 'echo "Linting /Sources/Private/EmbeddedLibraries (should not contain any public symbols)"'
sh '! grep -r "public" Sources/Private/EmbeddedLibraries --include \*.swift'
end
end
Expand Down

0 comments on commit 80d7e9a

Please sign in to comment.