Merge pull request #20550 from branchvincent/doctor
diagnostic: fix missing string interpolation
This commit is contained in:
commit
176720f75e
@ -762,7 +762,7 @@ module Homebrew
|
|||||||
If this is a surprise to you, then you should stash these modifications.
|
If this is a surprise to you, then you should stash these modifications.
|
||||||
Stashing returns Homebrew to a pristine state but can be undone
|
Stashing returns Homebrew to a pristine state but can be undone
|
||||||
should you later need to do so for some reason.
|
should you later need to do so for some reason.
|
||||||
git -C "#{path}" stash -u && git -C "${path}" clean -d -f
|
git -C "#{path}" stash -u && git -C "#{path}" clean -d -f
|
||||||
EOS
|
EOS
|
||||||
|
|
||||||
modified = status.split("\n")
|
modified = status.split("\n")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user