diff options
-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" |