Skip to content

Commit

Permalink
Fix documentation example generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jaingaurav committed Dec 12, 2015
1 parent 84f3b72 commit 0349f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def setDocExample(self, collector, metrics, defaultpath=None):
return False

filePath = os.path.join(os.path.dirname(os.path.realpath(__file__)),
'docs', 'collectors-' + collector + '.md')
'docs', 'collectors', collector + '.md')

if not os.path.exists(filePath):
return False
Expand Down

0 comments on commit 0349f35

Please sign in to comment.