This commit is contained in:
Bryton Hall 2022-08-31 21:38:14 -04:00
parent ee38caab0e
commit 7ba59d844f
4 changed files with 24 additions and 14 deletions

View file

@ -1,4 +1,4 @@
{
deployment = import ./deployment { };
testing = import ./testing { };
deployment = import ./deployment {};
testing = import ./testing {};
}