From 08a27984961d9037103bc83f21cb71d2ab5a78a5 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sun, 3 Mar 2019 00:14:15 +0100 Subject: [PATCH] Justfile: fix typo --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 8e8aac4..e55d737 100755 --- a/Justfile +++ b/Justfile @@ -26,7 +26,7 @@ rebuild-remote-device dir target rebuildarg="dry-activate" : set -ex 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": #!/usr/bin/env bash set -e