Skip to content
Snippets Groups Projects
Commit 141199a3 authored by Robert Beene's avatar Robert Beene Committed by Xiangrong Hao
Browse files

Fix typo in Logger statement (#55)

parent d102d576
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ defmodule FileSystem.Mixfile do
Logger.info "Compiling file system watcher for Mac..."
cmd = "clang -framework CoreFoundation -framework CoreServices -Wno-deprecated-declarations #{source} -o #{target}"
if Mix.shell.cmd(cmd) > 0 do
Logger.error "Could not compile file system watcher for Mac, try to run #{inspect cmd} manually inside the dependnecy."
Logger.error "Could not compile file system watcher for Mac, try to run #{inspect cmd} manually inside the dependency."
else
Logger.info "Done."
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment