summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index cdfbc4d..83daf48 100644
--- a/flake.nix
+++ b/flake.nix
@@ -275,7 +275,7 @@
275 ''; }}/bin/openwrt-env') # noqa: E501 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', '-v', args.image, args.copyTo]
279 if args.copyToSudo: 279 if args.copyToSudo:
280 command = ['sudo', '--', *command] 280 command = ['sudo', '--', *command]
281 subprocess.check_call(command) 281 subprocess.check_call(command)