diff options
Diffstat (limited to 'flake.nix')
-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] |