diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-11 20:02:56 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-11 20:02:56 +0100 |
commit | 2d3a47161517c2e1a3136101847b57431606443d (patch) | |
tree | 795e78760a2ae596c5928d277ee1e667eafc1156 | |
parent | 10100688c3473235b04574bba5826791ac85c233 (diff) | |
download | ap01-2d3a47161517c2e1a3136101847b57431606443d.tar ap01-2d3a47161517c2e1a3136101847b57431606443d.tar.gz ap01-2d3a47161517c2e1a3136101847b57431606443d.tar.bz2 ap01-2d3a47161517c2e1a3136101847b57431606443d.tar.xz ap01-2d3a47161517c2e1a3136101847b57431606443d.zip |
...
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -272,7 +272,7 @@ | |||
272 | set -e | 272 | set -e |
273 | ${unpackWrt} | 273 | ${unpackWrt} |
274 | ${buildWrt} | 274 | ${buildWrt} |
275 | ''; }}/bin/openwrt-env') | 275 | ''; }}/bin/openwrt-env') # noqa: E501 |
276 | 276 | ||
277 | if args.copyTo: | 277 | if args.copyTo: |
278 | command = ['cp', args.image, args.copyTo] | 278 | command = ['cp', args.image, args.copyTo] |