check_tmpdir_executable: Remove stray undent

Fix the error:
Error: undefined method undent for #<String>
.../extend/os/linux/diagnostic.rb:41:in check_tmpdir_executable
This commit is contained in:
Shaun Jackman 2020-08-17 11:54:42 -07:00
parent 96fee494c4
commit db361e29b8

View File

@ -38,7 +38,7 @@ module Homebrew
f.close f.close
return if system f.path return if system f.path
<<~EOS.undent <<~EOS
The directory #{HOMEBREW_TEMP} does not permit executing The directory #{HOMEBREW_TEMP} does not permit executing
programs. It is likely mounted as "noexec". Please set HOMEBREW_TEMP programs. It is likely mounted as "noexec". Please set HOMEBREW_TEMP
in your #{shell_profile} to a different directory, for example: in your #{shell_profile} to a different directory, for example: