Skip to content

Commit

Permalink
fix: export default instructions function
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 3, 2019
1 parent 32fa2c8 commit e33a436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instructions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { join } from 'path'
import sinkStatic from '@adonisjs/sink'
import { ApplicationContract } from '@poppinss/application'

export function instructions (
export default function instructions (
projectRoot: string,
application: ApplicationContract,
{ TemplateFile, EnvFile, kleur }: typeof sinkStatic,
Expand Down

0 comments on commit e33a436

Please sign in to comment.