diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2010-01-20 09:42:37 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2010-01-20 09:42:37 -0330 |
commit | db6ecd66170a3c32d93674dd6e4714754ffc17f1 (patch) | |
tree | dde562938d59b17da5fe0ef8dd215712968d884f /demoscript/IceStorm/clock.py | |
parent | Remove not-working CopyLocal preservation (diff) | |
download | ice-db6ecd66170a3c32d93674dd6e4714754ffc17f1.tar.bz2 ice-db6ecd66170a3c32d93674dd6e4714754ffc17f1.tar.xz ice-db6ecd66170a3c32d93674dd6e4714754ffc17f1.zip |
Updated version to 3.4.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 93ce5a982f9..5633a98daf1 100755 --- a/demoscript/IceStorm/clock.py +++ b/demoscript/IceStorm/clock.py @@ -43,7 +43,7 @@ def run(subCmd, pubCmd): print "ok" if Util.defaultHost: - args = ' --IceBox.Service.IceStorm="IceStormService,34b:createIceStorm --Ice.Config=config.service %s"' % Util.defaultHost + args = ' --IceBox.Service.IceStorm="IceStormService,34:createIceStorm --Ice.Config=config.service %s"' % Util.defaultHost else: args = '' |