diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-25 14:40:47 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-25 14:40:47 +0200 |
commit | 2232653330cedd11ac2aa64bdac994137cb26e80 (patch) | |
tree | a8c7a3c375aba5cf7ad150bac9570d1efd642dd1 /nixops/scripts | |
parent | 845e5a98e0dff7456a1672e40e2a6bfd9cbc81c5 (diff) | |
download | Nix-2232653330cedd11ac2aa64bdac994137cb26e80.tar.gz Nix-2232653330cedd11ac2aa64bdac994137cb26e80.tar.zst Nix-2232653330cedd11ac2aa64bdac994137cb26e80.zip |
Fix pull_deployment script
Diffstat (limited to 'nixops/scripts')
-rwxr-xr-x | nixops/scripts/pull_deployment | 2 |
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 | ||
31 | echo "$deployment" | nixops_custom import | 31 | echo "$deployment" | nixops_custom import |
32 | 32 | ||
33 | nixops_custom modify -d "$DeploymentUuid" "$(dirname $DIR)/eldiron.nix" | 33 | nixops_custom modify -d "$DeploymentUuid" "$(dirname $DIR)/default.nix" |