Revision 534e7bbb kamaki/cli/commands/history.py

b/kamaki/cli/commands/history.py
75 75
    @errors.generic.all
76 76
    @errors.history.init
77 77
    def _run(self):
78
        self.history = History(self.config.get_global('history_file'))
78
        self.history = History(self.config.get('global', 'history_file'))
79 79

  
80 80
    def main(self):
81 81
        self._run()

Also available in: Unified diff