mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Fix build script with default git repo path (cwd)
This commit is contained in:
parent
6f5cff5393
commit
19d6f666aa
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ set -euo pipefail
|
|||
: ${output_filename:="ecaddy"}
|
||||
|
||||
: ${git_repo:="${2:-}"}
|
||||
: ${git_repo:="."}
|
||||
|
||||
pkg=main
|
||||
ldflags=()
|
||||
|
|
Loading…
Reference in a new issue