Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 4070ed3

Browse files
authored
Merge pull request #11 from splunk/fixes
Add Get/Update methods for Properties API
2 parents 2d7dc08 + 23532bb commit 4070ed3

File tree

10 files changed

+435
-904
lines changed

10 files changed

+435
-904
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defaultenv: &defaultenv
88

99
jobs:
1010
build:
11-
working_directory: /go/src/github.com/splunk/vault-plugin-splunk
11+
working_directory: /go/workdir/src/github.com/splunk/vault-plugin-splunk
1212
docker:
1313
- image: circleci/golang:1.12
1414
<<: *defaultenv

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@
1919
/vault.hcl
2020
/test-results.xml
2121
/test-results/
22+
_vendor-*
23+
*.idea

0 commit comments

Comments
 (0)