We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c0d65 commit e1fc5a0Copy full SHA for e1fc5a0
plugins/civo/api_key.go
@@ -2,8 +2,8 @@ package civo
2
3
import (
4
"context"
5
-
6
- "github.com/1Password/shell-plugins/sdk"
+
+ "github.com/1Password/shell-plugins/sdk"
7
"github.com/1Password/shell-plugins/sdk/importer"
8
"github.com/1Password/shell-plugins/sdk/provision"
9
"github.com/1Password/shell-plugins/sdk/schema"
plugins/civo/api_key_test.go
@@ -48,7 +48,7 @@ func TestAPIKeyImporter(t *testing.T) {
48
Fields: map[sdk.FieldName]string{
49
fieldname.APIKey: "XFIx85McyfCQc490j1tBa5b5s2XiWerNdOdfnkrOnchEXAMPLE",
50
},
51
- NameHint:"testdemoname",
+ NameHint: "testdemoname",
52
53
54
0 commit comments