Fix error, support other remotes
- `table.unpack` -> `unpack` - Add support for `http://` and `ssh://` remotes - Gracefully handle error while parsing
This commit is contained in:
parent
c5c85ed23e
commit
99be35eef8
3 changed files with 32 additions and 7 deletions
15
1
Normal file
15
1
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Fix issue with error, support other remotes
|
||||
|
||||
- `table.unpack` -> `unpack`
|
||||
- Add support for `http://` and `ssh://` remotes
|
||||
- Gracefully handle error while parsing
|
||||
# Please enter the commit message for your changes. Lines starting
|
||||
# with '#' will be ignored, and an empty message aborts the commit.
|
||||
#
|
||||
# On branch vik/add_ghe_support
|
||||
# Your branch is up to date with 'origin/vik/add_ghe_support'.
|
||||
#
|
||||
# Changes to be committed:
|
||||
# modified: lua/openingh/init.lua
|
||||
# modified: lua/openingh/utils.lua
|
||||
#
|
||||
Loading…
Add table
Add a link
Reference in a new issue