diff options
author | horst3180 | 2016-01-26 14:14:01 +0100 |
---|---|---|
committer | horst3180 | 2016-01-26 14:14:01 +0100 |
commit | d1ddbf21e45e8e2e3d51d2d7c53dc1c31df200b8 (patch) | |
tree | e4d87e5b3acd1aaf294e644a9a0102622efe861c /arc-theme-upgrade | |
parent | 3648a7788c24c7e259585cd20060d9fd259c534e (diff) | |
parent | 451533a73a008e92bb5f43a5a0d1d571fa99f4b6 (diff) | |
download | solarc-theme-d1ddbf21e45e8e2e3d51d2d7c53dc1c31df200b8.tar.gz solarc-theme-d1ddbf21e45e8e2e3d51d2d7c53dc1c31df200b8.tar.xz solarc-theme-d1ddbf21e45e8e2e3d51d2d7c53dc1c31df200b8.zip |
Merge pull request #393 from leoheck/patch-1
Theme name variable should be lower case
Diffstat (limited to 'arc-theme-upgrade')
-rwxr-xr-x | arc-theme-upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arc-theme-upgrade b/arc-theme-upgrade index 5f27982..7abf15d 100755 --- a/arc-theme-upgrade +++ b/arc-theme-upgrade @@ -3,7 +3,7 @@ # Script to upgrade/install the arc-theme #URL -theme_name=Arc-theme +theme_name=arc-theme # Theme name download_url=https://github.com/horst3180/$theme_name/archive/master.tar.gz |