Justfile: fix typo

This commit is contained in:
steveej 2019-03-03 00:14:15 +01:00
parent c9e0c5c8d1
commit 08a2798496

View file

@ -26,7 +26,7 @@ rebuild-remote-device dir target rebuildarg="dry-activate" :
set -ex set -ex
just -v _rebuild-device {{dir}} {{rebuildarg}} --argstr moreargs "'--target-host\ {{target}}'" just -v _rebuild-device {{dir}} {{rebuildarg}} --argstr moreargs "'--target-host\ {{target}}'"
# Rebulid this device's NixOS # Rebuild this device's NixOS
rebuild-this-device rebuildarg="dry-activate": rebuild-this-device rebuildarg="dry-activate":
#!/usr/bin/env bash #!/usr/bin/env bash
set -e set -e