fix
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Jeffrey C. Ollie 2023-05-01 23:15:51 -05:00
parent af9a157ce3
commit fbc89a8a77
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -92,7 +92,7 @@
installPhase = ''
mkdir -p $out/app
cp -r hc manage.py templates $out/app
cp -r CHANGELOG.md hc manage.py templates $out/app
chmod +x $out/app/manage.py
cp ${localSettings} $out/app/hc/local_settings.py