Skip to content

Commit

Permalink
cylc#119: fix missed ict reference
Browse files Browse the repository at this point in the history
  • Loading branch information
benfitzpatrick committed Jun 30, 2014
1 parent db0891f commit 4c6cfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cylc/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def __init__( self, suite, fpath, template_vars=[],
self.cfg = self.pcfg.get(sparse=True)

if self._cli_start_string is not None:
self.cfg['scheduling']['initial cycle time'] = (
self.cfg['scheduling']['initial cycle point'] = (
self._cli_start_string)

if 'cycling mode' not in self.cfg['scheduling']:
Expand Down

0 comments on commit 4c6cfca

Please sign in to comment.