Skip to content

Commit

Permalink
Use --really-refresh instead of --refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgi authored Jan 22, 2021
1 parent 923f594 commit 7ce015d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gem/release/context/git.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Release
class Context
class Git
def clean?
system 'git update-index --refresh && git diff-index --quiet HEAD'
system 'git update-index -q --really-refresh && git diff-index --quiet HEAD'
end

def remotes
Expand Down

0 comments on commit 7ce015d

Please # to comment.