Skip to content

Commit

Permalink
Attempt fastforward
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryyyyy committed Nov 19, 2024
1 parent 2b77bfc commit 1b0853f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbinia/workers/analysis/yara.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def update_rules(self, rules):
try:
repository = git.Repo(path)
origin = repository.remotes.origin
origin.pull(depth=1, rebase=True)
origin.pull(ff=True, depth=1)
log.info('Successfully updated rules from %s in %s', repo, path)
except git.exc.InvalidGitRepositoryError as e:
log.error(
Expand Down

0 comments on commit 1b0853f

Please sign in to comment.