summary refs log tree commit diff stats
path: root/scripts/deployed.sh
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-30 23:57:32 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-12-30 23:57:32 +0100
commit447258db89c9041a8c336fd93183eb53dae9bed4 (patch)
treeb9d1b7231d02dfc84a929dc0ca3e0b46d1b56146 /scripts/deployed.sh
parentfix(package.nix): Consistently construct the `QMK_VERSION` (diff)
downloadqmk_layout-447258db89c9041a8c336fd93183eb53dae9bed4.zip
chore(deploys): Fix typo
Diffstat (limited to 'scripts/deployed.sh')
-rwxr-xr-xscripts/deployed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deployed.sh b/scripts/deployed.sh
index fad11e5..e5ca038 100755
--- a/scripts/deployed.sh
+++ b/scripts/deployed.sh
@@ -7,6 +7,6 @@ cat >./version.nix <<EOF
 $((version + 1))
 EOF
 
-cp ./result/binary_output/zsa_moonlander_* deployes/
+cp ./result/binary_output/zsa_moonlander_* deploys/
 
 # vim: ft=sh