mirror of
https://github.com/traefik/traefik.git
synced 2025-05-05 15:33:01 +00:00
… instead of /bin/bash, to work better on more platforms. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
5 lines
40 B
Bash
Executable File
5 lines
40 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
go generate
|