remove unused variable
This commit is contained in:
parent
ffde15f0c9
commit
982d687ce6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ unless ENV["BOXEN_NO_PULL"] ||
|
||||||
quietly = "> /dev/null 2>&1"
|
quietly = "> /dev/null 2>&1"
|
||||||
|
|
||||||
if system("which git > /dev/null") && File.directory?(".git") \
|
if system("which git > /dev/null") && File.directory?(".git") \
|
||||||
&& fetch = system("git fetch -q origin")
|
&& system("git fetch -q origin")
|
||||||
|
|
||||||
clean = `git status --porcelain`.empty?
|
clean = `git status --porcelain`.empty?
|
||||||
current_branch = `git symbolic-ref HEAD`.chomp
|
current_branch = `git symbolic-ref HEAD`.chomp
|
||||||
|
|
Loading…
Reference in a new issue