From d5fc79139893a1e87ee29edd30addea6685c2a09 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 16 Jun 2014 10:36:16 -0700 Subject: [PATCH] swc-windows-installer.py: Canonical SQLite capitalization We might as well match the upstream capitalization conventions. --- swc-windows-installer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swc-windows-installer.py b/swc-windows-installer.py index 30450c0..4af86ab 100755 --- a/swc-windows-installer.py +++ b/swc-windows-installer.py @@ -6,7 +6,7 @@ Helps mimic a *nix environment on Windows with as little work as possible. The script: * Installs nano and makes it accessible from msysGit -* Installs sqlite3 and makes it accessible from msysGit +* Installs SQLite and makes it accessible from msysGit * Creates ~/nano.rc with links to syntax highlighting configs * Provides standard nosetests behavior for msysGit * Add R's bin directory to the path (if we can find it) @@ -169,7 +169,7 @@ def install_nanorc(install_directory): def install_sqlite(install_directory): - """Download and install the sqlite3 shell""" + """Download and install the SQLite shell""" zip_install( url='https://sqlite.org/2014/sqlite-shell-win32-x86-3080403.zip', sha1='1a8ab0ca9f4c51afeffeb49bd301e1d7f64741bb', -- 2.26.2