diff options
-rw-r--r-- | lib/facter/gluster_uuid.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/facter/gluster_uuid.rb b/lib/facter/gluster_uuid.rb index 7c48508..78f137d 100644 --- a/lib/facter/gluster_uuid.rb +++ b/lib/facter/gluster_uuid.rb @@ -68,7 +68,7 @@ if not(module_vardir.nil?) and File.directory?(module_vardir) # create a uuid and store it in our vardir if it doesn't already exist! if File.directory?(uuiddir) and (not File.exist?(uuidfile)) result = system("/usr/bin/uuidgen > '" + uuidfile + "'") - if not(result): + if not(result) # TODO: print warning end end |