Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Commit

Permalink
Upgrade reveal.js
Browse files Browse the repository at this point in the history
  • Loading branch information
humrochagf committed Mar 25, 2018
1 parent c117524 commit 968d958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flask_reveal/tools/commands/installreveal.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def parse_args(self, args=None, namespace=None):

if not self.url and not self.path:
self.url = ('https://github.com/hakimel/reveal.js/' +
'archive/3.5.0.tar.gz')
'archive/3.6.0.tar.gz')

def run(self, args=None):
self.parse_args(args)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_install_reveal_parse_args(self):
self.assertEqual(self.install_reveal.path, None)
self.assertEqual(self.install_reveal.url,
'https://github.com/hakimel/reveal.js/' +
'archive/3.5.0.tar.gz')
'archive/3.6.0.tar.gz')

def test_mk_presentation_parse_args(self):
self.mk_presentation.parse_args([])
Expand Down

0 comments on commit 968d958

Please sign in to comment.