mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 19:14:23 +00:00
5 lines
74 B
Bash
5 lines
74 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
go generate internal/notification/statik/generate.go
|