Added a space to kick off a build.

- Checking the build of branch 2.0.
This commit is contained in:
Kevin Scott Adams 2020-09-02 16:37:24 -04:00
parent 3dd67fbf57
commit 7c0738bab4
2 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@ name: Dispatch build of the freenas-proxmox plugin package
on:
push:
branches:
- master
jobs:
dispatch:

View File

@ -410,7 +410,7 @@ sub freenas_api_check {
} else {
syslog("info", (caller(0))[3] . " : REST Client already initialized");
}
syslog("info", (caller(0))[3] . " : Using " . $product_name ." API version " . $freenas_api_version);
syslog("info", (caller(0))[3] . " : Using " . $product_name . " API version " . $freenas_api_version);
$freenas_api_methods = $freenas_api_version_matrix->{$freenas_api_version}->{'methods'};
$freenas_api_variables = $freenas_api_version_matrix->{$freenas_api_version}->{'variables'};
$freenas_global_config = $freenas_global_config_list->{$apihost} = (!defined($freenas_global_config_list->{$apihost})) ? freenas_iscsi_get_globalconfiguration($scfg) : $freenas_global_config_list->{$apihost};