mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-02-06 09:16:28 +00:00
FireZone -> Firezone
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
# limitations under the License.
|
||||
require 'json'
|
||||
|
||||
add_command_under_category 'version', 'general', 'Display current version of FireZone', 2 do
|
||||
add_command_under_category 'version', 'general', 'Display current version of Firezone', 2 do
|
||||
begin
|
||||
version = JSON.parse(File.read('/opt/firezone/version-manifest.json'))['build_version']
|
||||
puts version
|
||||
|
||||
@@ -26,7 +26,7 @@ Firezone::Config.load_or_create!(
|
||||
"#{node['firezone']['config_directory']}/firezone.rb",
|
||||
node
|
||||
)
|
||||
FireZone::Config.load_from_json!(
|
||||
Firezone::Config.load_from_json!(
|
||||
"#{node['firezone']['config_directory']}/firezone.json",
|
||||
node
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user