Skip to content

Commit b151b86

Browse files
Update lib/mix/lib/mix/sync/lock.ex
1 parent 1e0dfb1 commit b151b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/sync/lock.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ defmodule Mix.Sync.Lock do
208208
could not create hard link from #{port_path} to "#{lock_path}: #{:file.format_error(reason)}.
209209
210210
Hard link support is required for Mix compilation locking. If your system \
211-
does not support hard links, set MIX_OS_CONCURRENCY_LOCK=1\
211+
does not support hard links, set MIX_OS_CONCURRENCY_LOCK=0\
212212
""")
213213
end
214214
end

0 commit comments

Comments
 (0)