Skip to content

Commit 4fa4a1a

Browse files
authored
Merge pull request #77 from flossbank/updateText2
reverted code to point once again to update ui page now that its created
2 parents c5f4b92 + 5b63b10 commit 4fa4a1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/args/update.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = async ({ ui, runlog, update }) => {
1313
} catch (e) {
1414
ui.stdout.write('failed!\n')
1515
runlog.error('failed to check for updates', e)
16-
ui.error('Unable to check for updates. Try manually re-installing at https://flossbank.com/install')
16+
ui.error('Unable to check for updates. Try manually updating at https://flossbank.com/update')
1717
return 1
1818
}
1919

@@ -28,7 +28,7 @@ module.exports = async ({ ui, runlog, update }) => {
2828
} catch (e) {
2929
ui.stdout.write('failed!\n')
3030
runlog.error('failed to update', e)
31-
ui.error('Unable to update. Try manually re-installing at https://flossbank.com/install')
31+
ui.error('Unable to update. Try manually updating at https://flossbank.com/update')
3232
return 1
3333
}
3434
}

0 commit comments

Comments
 (0)