Merge pull request #481 from grosser/grosser/fetch
remove unused variable
This commit is contained in:
commit
20e241539a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ unless ENV["BOXEN_NO_PULL"] ||
|
|||
quietly = "> /dev/null 2>&1"
|
||||
|
||||
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?
|
||||
current_branch = `git symbolic-ref HEAD`.chomp
|
||||
|
|
Loading…
Reference in a new issue