diff options
Diffstat (limited to 'nixops/scripts/with_env')
-rwxr-xr-x | nixops/scripts/with_env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/scripts/with_env b/nixops/scripts/with_env index a442ced..dd0fecb 100755 --- a/nixops/scripts/with_env +++ b/nixops/scripts/with_env | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/bin/bash | 1 | #!/usr/bin/env bash |
2 | 2 | ||
3 | if [ -z "$NIXOPS" ]; then | 3 | if [ -z "$NIXOPS" ]; then |
4 | echo "Please set NIXOPS to the nixops command" | 4 | echo "Please set NIXOPS to the nixops command" |