diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-14 14:34:48 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-14 14:34:48 -0400 |
| commit | 9f69bb20dff2ee270d823e1d0688ab04c41435de (patch) | |
| tree | 1f5dd9243bcd703a1dd1aafa1e0204d7b54201de | |
| parent | 24aab6a9ee4d3010c1de1fcd279bd558dcb1803a (diff) | |
fixed shebang
| -rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | #!/usr/bin/env bash | 1 | #!/run/current-system/profile/bin/bash |
| 2 | 2 | ||
| 3 | gather_env() { | 3 | gather_env() { |
| 4 | # Gather needed information | 4 | # Gather needed information |
