Module: check_mk
Branch: master
Commit: eca81b02b4791aeef994fa9737fc79b20133acde
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=eca81b02b4791a…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed Oct 30 17:07:32 2013 +0100
Fixed type in werk tool
---
werk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/werk b/werk
index ce003af..e6c62ef 100755
--- a/werk
+++ b/werk
@@ -241,7 +241,7 @@ def quote_shell_string(s):
def next_werk_id():
my_werk_ids = get_werk_ids()
if not my_werk_ids:
- bail_out('You have no werk IDS left. You can reserve 10 additional werk IDS with "gb ids 10".')
+ bail_out('You have no werk IDS left. You can reserve 10 additional Werk IDS with "./werk ids 10".')
return my_werk_ids[0]
def add_comment(werk, title, comment):