aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/plugins/command/install_theme.py
diff options
context:
space:
mode:
Diffstat (limited to 'nikola/plugins/command/install_theme.py')
-rw-r--r--nikola/plugins/command/install_theme.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nikola/plugins/command/install_theme.py b/nikola/plugins/command/install_theme.py
index 47c73b4..859bd56 100644
--- a/nikola/plugins/command/install_theme.py
+++ b/nikola/plugins/command/install_theme.py
@@ -87,8 +87,8 @@ class CommandInstallTheme(Command):
'long': 'url',
'type': str,
'help': "URL for the theme repository (default: "
- "http://themes.getnikola.com/v6/themes.json)",
- 'default': 'http://themes.getnikola.com/v6/themes.json'
+ "http://themes.getnikola.com/v7/themes.json)",
+ 'default': 'http://themes.getnikola.com/v7/themes.json'
},
]