Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kaznak committed Dec 12, 2023
1 parent 076b1dd commit a3a1085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/generate-strategy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jq '
dir: ($root.dir // $defaults.dir),
files: {
dockerfile: ($root.files.dockerfile // $defaults.files.dockerfile),
dockleignore ($root.files.dockleignore // $defaults.files.dockleignore)
dockleignore: ($root.files.dockleignore // $defaults.files.dockleignore)
}
}
' |
Expand Down

0 comments on commit a3a1085

Please sign in to comment.