diff options
author | Leandro Heck | 2016-01-26 07:26:09 -0200 |
---|---|---|
committer | Leandro Heck | 2016-01-26 07:26:09 -0200 |
commit | 451533a73a008e92bb5f43a5a0d1d571fa99f4b6 (patch) | |
tree | e4d87e5b3acd1aaf294e644a9a0102622efe861c /arc-theme-upgrade | |
parent | 3648a7788c24c7e259585cd20060d9fd259c534e (diff) | |
download | solarc-theme-451533a73a008e92bb5f43a5a0d1d571fa99f4b6.tar.gz solarc-theme-451533a73a008e92bb5f43a5a0d1d571fa99f4b6.tar.xz solarc-theme-451533a73a008e92bb5f43a5a0d1d571fa99f4b6.zip |
Theme name variable should be lower case
This variable is used in line 88 which requires a lower-case arc-theme-master string.
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 |