Fix character escaping in the open preferences message

This commit is contained in:
Matheus Fernandes 2016-11-18 09:07:34 -02:00
parent da4858a76e
commit 271a221979
No known key found for this signature in database
GPG key ID: DD07CA4EA7B65C4F

View file

@ -205,7 +205,7 @@ export function showPreferences() {
const command = process.platform === 'win32' ? ' start notepad "%userprofile%\\.hyper.js"' : ' bash -c \'exec env ${EDITOR:=nano} ~/.hyper.js\'';
const message = process.platform === 'win32' ?
' echo Attempting to open ^%userprofile^%\\.hyper.js with notepad' :
' echo Attempting to open ~/.hyper.js with your \$EDITOR'; // eslint-disable-line no-useless-escape
' echo Attempting to open ~/.hyper.js with your \\$EDITOR';
return dispatch => {
dispatch({