We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d568509 commit ce9b7deCopy full SHA for ce9b7de
terrafile/__init__.py
@@ -118,6 +118,8 @@ def update_modules(path):
118
source, version = get_source_from_registry(source, version)
119
120
# Skip this module if it has already been checked out.
121
+ # This won't skip branches, because they may have changes
122
+ # that need to be pulled.
123
if has_git_tag(path=target, tag=version):
124
print('Fetched {}/{}'.format(module_path_name, name))
125
continue
0 commit comments