mirror of
https://github.com/containous/traefik.git
synced 2025-02-08 05:57:36 +03: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
|