diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/static/setup.ps1 | 1 | ||||
-rw-r--r-- | docs/static/setup.sh | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/static/setup.ps1 b/docs/static/setup.ps1 index 63cdb72..bcea9f7 100644 --- a/docs/static/setup.ps1 +++ b/docs/static/setup.ps1 @@ -1,5 +1,4 @@ # Copyright (c) 2020 The ZMK Contributors
-#
# SPDX-License-Identifier: MIT
$ErrorActionPreference = "Stop"
diff --git a/docs/static/setup.sh b/docs/static/setup.sh index 89fd1af..652160b 100644 --- a/docs/static/setup.sh +++ b/docs/static/setup.sh @@ -1,7 +1,6 @@ #!/bin/bash # Copyright (c) 2020 The ZMK Contributors -# # SPDX-License-Identifier: MIT set -e |