mirror of
https://github.com/traefik/traefik.git
synced 2026-02-03 20:39:51 -05:00
… instead of /bin/bash, to work better on more platforms. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
4 lines
40 B
Bash
Executable file
4 lines
40 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
go generate
|