Skip to content

Commit

Permalink
fix(nextcloud_test_presets): Force enable news app to work with Nextc…
Browse files Browse the repository at this point in the history
…loud 30

Signed-off-by: provokateurin <[email protected]>
  • Loading branch information
provokateurin committed Sep 20, 2024
1 parent 82af61a commit 395478f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eux

./occ app:enable cookbook "$@"
./occ app:enable news "$@"
./occ app:enable news "$@" --force
./occ app:enable notes "$@"
./occ app:enable uppush "$@"
./occ app:enable spreed "$@"
Expand Down

0 comments on commit 395478f

Please sign in to comment.