summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-09-14 14:34:48 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-09-14 14:34:48 -0400
commit9f69bb20dff2ee270d823e1d0688ab04c41435de (patch)
tree1f5dd9243bcd703a1dd1aafa1e0204d7b54201de
parent24aab6a9ee4d3010c1de1fcd279bd558dcb1803a (diff)
fixed shebang
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index a428ddc..cc7038f 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,4 +1,4 @@
1#!/usr/bin/env bash 1#!/run/current-system/profile/bin/bash
2 2
3gather_env() { 3gather_env() {
4 # Gather needed information 4 # Gather needed information