mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-13 13:18:02 -05:00
Changed run script to comply with suggestions by code rabbit
This commit is contained in:
parent
9db4df3e72
commit
b3a981966d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
set -o allexport
|
||||
source .env set
|
||||
source .env
|
||||
set +o allexport
|
||||
|
||||
go build
|
||||
|
|
Loading…
Reference in a new issue