-
Notifications
You must be signed in to change notification settings - Fork 19
Commit 646e1f3
authored
fix: Fixes missing Netlify Host check (#50)
# Description
The NETLIFY_HOST as fixed in #47 only captured 1 instance where it was
used in 2 different locations.
This fixes the second location
## Issue Ticket Number
<!-- Specifiy which issue this fixes by referencing the issue number
(`#11`) or issue URL. -->
<!-- Example: Fixes
#1 -->
Fixes #45
## Type of change
<!-- Please select all options that are applicable. -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] This change requires a documentation update
# Checklist
<!-- These must all be followed and checked. -->
- [ ] I have followed the contributing guidelines of this project as
mentioned in [CONTRIBUTING.md](/CONTRIBUTING.md)
- [ ] I have created an
[issue](https://github.com/colbyfayock/netlify-plugin-cloudinary/issues)
ticket for this PR
- [ ] I have checked to ensure there aren't other open [Pull
Requests](https://github.com/colbyfayock/netlify-plugin-cloudinary/pulls)
for the same update/change?
- [ ] I have performed a self-review of my own code
- [ ] I have run tests locally to ensure they all pass
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes needed to the documentation1 parent 024d7bd commit 646e1f3
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | - | ||
29 | - | ||
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
33 | + | ||
34 | + | ||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | - | ||
158 | + | ||
159 | + | ||
160 | + | ||
161 | + | ||
159 | 162 | | |
160 | 163 | | |
161 | 164 | | |
| |||
166 | 169 | | |
167 | 170 | | |
168 | 171 | | |
169 | - | ||
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
| |||
0 commit comments