Skip to content

Commit

Permalink
fix(scripts): removed space between shebang and interpreter (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI authored Nov 11, 2024
1 parent 25a9f60 commit 3b4bfeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/connect.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env bash
#!/usr/bin/env bash

# This script is used to connect to an OBCluster in a Kubernetes cluster.

Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-obproxy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env bash
#!/usr/bin/env bash

# This script is used to setup obproxy for an OBCluster handyly for quick testing.
# It will install obproxy and configure it with a simple configuration file.
Expand Down

0 comments on commit 3b4bfeb

Please sign in to comment.