We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c83e21 commit 765db42Copy full SHA for 765db42
1 file changed
bin/outdated_modules_and_their_version
@@ -12,7 +12,7 @@ width_modules = 6
12
# min width is width of String "modulesync_config version"
13
width_version = 25
14
Dir.glob('modules/voxpupuli/puppet-*').sort.each do |f|
15
- if File.exists?(f + '/.msync.yml')
+ if File.exist?(f + '/.msync.yml')
16
version_module = YAML.load_file(f + '/.msync.yml')['modulesync_config_version']
17
mod = (f).split('/')[2]
18
if version != version_module
0 commit comments