mirror of
https://github.com/containous/traefik.git
synced 2024-12-23 17:34:13 +03:00
65f81990a7
… 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
|