mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 01:57:16 +00:00
Fix package space name and Go command.
This commit is contained in:
parent
587ece84f2
commit
cc6a957930
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package apt_query
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package apt_query
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
|
2
lib.sh
2
lib.sh
|
@ -103,7 +103,7 @@ function get_normalized_package_list {
|
|||
| sed 's/[,\]/ /g; s/\s\+/ /g; s/^\s\+//g; s/\s\+$//g' \
|
||||
| sort -t' ')
|
||||
local script_dir="$(dirname -- "$(realpath -- "${0}")")"
|
||||
go ${script_dir}/apt_query.go normalized-list ${packages}
|
||||
go run ${script_dir}/apt_query.go normalized-list ${packages}
|
||||
}
|
||||
|
||||
###############################################################################
|
||||
|
|
Loading…
Reference in a new issue