Skip to content

Commit

Permalink
fix src argument issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Dec 1, 2023
1 parent 8d8f688 commit f0b4ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export async function build(src: string | Directory = "."): Promise<string> {
* @returns {string}
*/
export async function deploy(
src = ".",
src: string | Directory | undefined = ".",
cachePath = "/app/target",
cacheKey = "spin-target-cache",
authToken?: string | Secret
Expand Down

0 comments on commit f0b4ef7

Please sign in to comment.