fix: Removing debugging flag

This commit is contained in:
Christopher Valerio 2024-03-29 15:56:05 -06:00
parent 0b2786e335
commit 9d4c09c722
No known key found for this signature in database
GPG Key ID: 56368034522CF3A9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -x
set -e
set -o pipefail