Revision c4feafe8 daemons/ganeti-watcher

b/daemons/ganeti-watcher
85 85
  """Run the watcher hooks.
86 86

  
87 87
  """
88
  hooks_dir = os.path.join(constants.HOOKS_BASE_DIR,
89
                           constants.HOOKS_NAME_WATCHER)
88
  hooks_dir = utils.PathJoin(constants.HOOKS_BASE_DIR,
89
                             constants.HOOKS_NAME_WATCHER)
90 90

  
91 91
  try:
92 92
    results = utils.RunParts(hooks_dir)

Also available in: Unified diff