Remove embed package
This commit finally removes the embed package in favor of more specific resource packages
This commit is contained in:
parent
91a088a56a
commit
86a4334796
51 changed files with 220 additions and 191 deletions
|
|
@ -40,7 +40,7 @@ func (cr cron) Run(context wisski_distillery.Context) error {
|
|||
// iterate over the instances and store the last value of error
|
||||
for _, instance := range instances {
|
||||
logging.LogOperation(func() error {
|
||||
code, err := instance.Shell(context.IOStream, "/utils/cron.sh")
|
||||
code, err := instance.Shell(context.IOStream, "/runtime/cron.sh")
|
||||
if err != nil {
|
||||
context.EPrintln(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue