diff options
author | Benoit Foucher <benoit@zeroc.com> | 2013-02-12 11:29:09 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2013-02-12 11:29:09 +0100 |
commit | c3c0b305bfbcffe11839cab82b857e2b745c796b (patch) | |
tree | 50528ec8d5aa030b9f93215d61bea0a7e0b1b8eb /demoscript/IceStorm/clock.py | |
parent | Fixed ICE-5179: Fixed copyrights (diff) | |
download | ice-c3c0b305bfbcffe11839cab82b857e2b745c796b.tar.bz2 ice-c3c0b305bfbcffe11839cab82b857e2b745c796b.tar.xz ice-c3c0b305bfbcffe11839cab82b857e2b745c796b.zip |
Fixed ICE-5209: fixed version to 3.5.0
Diffstat (limited to 'demoscript/IceStorm/clock.py')
-rwxr-xr-x | demoscript/IceStorm/clock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/IceStorm/clock.py b/demoscript/IceStorm/clock.py index 4e8901f06be..88716d76e4c 100755 --- a/demoscript/IceStorm/clock.py +++ b/demoscript/IceStorm/clock.py @@ -42,7 +42,7 @@ def run(subCmd, pubCmd): print("ok") if Util.defaultHost: - args = ' --IceBox.Service.IceStorm="IceStormService,35b:createIceStorm --Ice.Config=config.service %s"' % Util.defaultHost + args = ' --IceBox.Service.IceStorm="IceStormService,35:createIceStorm --Ice.Config=config.service %s"' % Util.defaultHost else: args = '' |