diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-30 23:57:32 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-30 23:57:32 +0100 |
commit | 447258db89c9041a8c336fd93183eb53dae9bed4 (patch) | |
tree | b9d1b7231d02dfc84a929dc0ca3e0b46d1b56146 /scripts/deployed.sh | |
parent | fix(package.nix): Consistently construct the `QMK_VERSION` (diff) | |
download | qmk_layout-447258db89c9041a8c336fd93183eb53dae9bed4.zip |
chore(deploys): Fix typo
Diffstat (limited to '')
-rwxr-xr-x | scripts/deployed.sh | 2 |
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 |