Skip to content

Commit

Permalink
Fixed: add 'iblog' as alternative dest of 'blog-en'
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroProfundis committed May 1, 2013
1 parent 3af2d4c commit e71077e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atrme_cli.js
Expand Up @@ -302,7 +302,7 @@ TerminalShell.commands['wget'] = TerminalShell.commands['curl'] = function(termi
terminal.print(browser);
terminal.print("If returned a 404 error, please add http://, https:// or ftp:// at start of the URL.");
return browser;
} else if (dest == "blog-en") {
} else if (dest == "blog-en" || dest == 'iblog') {
terminal.setWorking(true);
var browser = $('<div>')
.addClass('browser')
Expand Down

0 comments on commit e71077e

Please sign in to comment.