We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92aa713 commit 2acd591Copy full SHA for 2acd591
1 file changed
app/Console/Commands/DeviceAdd.php
@@ -88,7 +88,7 @@ public function handle(): int
88
$priv = $this->option('privacy-password');
89
$device = new Device([
90
'hostname' => $this->argument('device spec'),
91
- 'display' => $this->option('display-name'),
+ 'display_template' => $this->option('display-name'),
92
'snmpver' => $this->option('v3') ? 'v3' : ($this->option('v2c') ? 'v2c' : ($this->option('v1') ? 'v1' : '')),
93
'port' => $this->option('port'),
94
'transport' => $this->option('transport'),
0 commit comments