Skip to content

Commit 2f0ada8

Browse files
Remove testing artifact
1 parent 5e48bf5 commit 2f0ada8

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/plugins/system/set-hostname.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ const plugin = createPlugin({
88
description: 'Set the system hostname to uniquely identify the machine on the network',
99
preRunMessage: 'Setting hostname...',
1010
options: {
11-
select: {
12-
type: 'dropdown',
13-
label: 'dropdown test',
14-
default: '1',
15-
options: [
16-
{ label: 'opt1', value: '1' },
17-
{ label: 'op2', value: '2' },
18-
],
19-
},
2011
hostname: {
2112
type: 'text',
2213
label: 'Enter the new hostname:',

0 commit comments

Comments
 (0)