All modules, configs, paths, and references updated. 836 tests pass, zero warnings. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
71 B
Bash
Executable File
5 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
exec bin/berrypod eval "Berrypod.Release.migrate()"
|