Skip to content

Commit 65ce3b8

Browse files
feat: review msg
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent bcb15b9 commit 65ce3b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/assets/_deploy/deploy.execute.services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const assertSourceDirExists = (source: string) => {
171171
console.log(
172172
`${red(
173173
'Cannot proceed deployment.'
174-
)}\nAre you sure the folder containing your built app (the "source" tag in the configuration file for Juno) files is correctly configured, or have you built your app?`
174+
)}\nAre you sure the folder containing your built app files is correctly configured (in your juno.config under "hosting > source"), or have you built your app?`
175175
);
176176
process.exit(1);
177177
}

0 commit comments

Comments
 (0)