aboutsummaryrefslogtreecommitdiff
path: root/nixops/scripts
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-25 14:40:47 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-25 14:40:47 +0200
commit2232653330cedd11ac2aa64bdac994137cb26e80 (patch)
treea8c7a3c375aba5cf7ad150bac9570d1efd642dd1 /nixops/scripts
parent845e5a98e0dff7456a1672e40e2a6bfd9cbc81c5 (diff)
downloadNix-2232653330cedd11ac2aa64bdac994137cb26e80.tar.gz
Nix-2232653330cedd11ac2aa64bdac994137cb26e80.tar.zst
Nix-2232653330cedd11ac2aa64bdac994137cb26e80.zip
Fix pull_deployment script
Diffstat (limited to 'nixops/scripts')
-rwxr-xr-xnixops/scripts/pull_deployment2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/scripts/pull_deployment b/nixops/scripts/pull_deployment
index 2f50875..08b9915 100755
--- a/nixops/scripts/pull_deployment
+++ b/nixops/scripts/pull_deployment
@@ -30,4 +30,4 @@ deployment=$(pass show $NIXOPS_CONFIG_PASS_SUBTREE_PATH/Nixops/Deployment)
30 30
31echo "$deployment" | nixops_custom import 31echo "$deployment" | nixops_custom import
32 32
33nixops_custom modify -d "$DeploymentUuid" "$(dirname $DIR)/eldiron.nix" 33nixops_custom modify -d "$DeploymentUuid" "$(dirname $DIR)/default.nix"