Skip to content

Commit

Permalink
Update lib/docker.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux and Pytal committed Apr 10, 2024
1 parent 9a43295 commit 5072a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const startNextcloud = async function(branch = 'master', mountApp: boolea
export const configureNextcloud = async function(apps = ['viewer'], vendoredBranch?: string) {
vendoredBranch = vendoredBranch || _serverBranch

console.log('\nConfiguring nextcloud…')
console.log('\nConfiguring Nextcloud…')
const container = getContainer()
await runExec(container, ['php', 'occ', '--version'], true)

Expand Down

0 comments on commit 5072a4a

Please sign in to comment.