diff options
Diffstat (limited to 'make-colors-themes')
-rwxr-xr-x | make-colors-themes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-colors-themes b/make-colors-themes index 3ba211f..8276637 100755 --- a/make-colors-themes +++ b/make-colors-themes @@ -40,7 +40,7 @@ install_plank_theme() { [[ ! -d "$1" ]] && mkdir -p "$1" plank_dir="$1" shift - cp -vr "$plank_dir" "$@" + cp -vr "$@" "$plank_dir" } install_theme() { |