Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Issue #68 Change the coding key for autostart config
Browse files Browse the repository at this point in the history
The JSON key for this config is 'autostart-tray' and not
'auto-start-tray'
  • Loading branch information
anjannath committed Mar 1, 2021
1 parent 8ffdf80 commit 6605384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeReady Containers/DaemonCommander/Handlers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ struct CrcConfigs: Codable {
case diskSize = "disk-size"
case networkMode = "network-mode"
case consentTelemetry = "consent-telemetry"
case autostartTray = "auto-start-tray"
case autostartTray = "autostart-tray"
case skipCheckBundleExtracted = "skip-check-bundle-extracted"
case skipCheckHostsFilePermissions = "skip-check-hosts-file-permissions"
case skipCheckHyperkitDriver = "skip-check-hyperkit-driver"
Expand Down

0 comments on commit 6605384

Please sign in to comment.