Skip to content

Commit

Permalink
Fetch new changes before trying to switch commits
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Jun 27, 2022
1 parent ca494e0 commit 1bd8fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/genfluent/genfluent.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def ensure_i18n_module_correct():
if m:
(indent, key, commit) = m.groups()
if key == "core_i18n_commit":
subprocess.run(["git", "fetch"], cwd="ftl/core", check=True)
subprocess.run(["git", "checkout", commit], cwd="ftl/core", check=True)
break

Expand Down

0 comments on commit 1bd8fe7

Please sign in to comment.