From 0080b01f7e93fd64e07491ef47d4bd57048ac2be Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 8 Feb 2016 22:47:40 +0000 Subject: [PATCH] Fix typo --- INSTALL_ALL_THE_THINGS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL_ALL_THE_THINGS b/INSTALL_ALL_THE_THINGS index b391dc0..5de319f 100755 --- a/INSTALL_ALL_THE_THINGS +++ b/INSTALL_ALL_THE_THINGS @@ -12,7 +12,7 @@ EXEC_ORDER = [ add_apt_sources, add_apt_repos, update, - apt_install_extra, + apt_install_extras, run_custom_installs, install_atom_packages, export_atom_config,