Skip to content
This repository was archived by the owner on Nov 24, 2021. It is now read-only.

Commit e383e88

Browse files
authored
Merge pull request #5 from sambott/fix_package_name
rename package
2 parents c942675 + 8b7fe67 commit e383e88

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
vault-plugin-auth-kerberos
1+
/vault-plugin-auth-kerberos
22
bin/
33
pkg/
File renamed without changes.

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
TOOL=vault-plugin-auth-kubernetes
3+
TOOL=vault-plugin-auth-kerberos
44
#
55
# This script builds the application from source for multiple platforms.
66
set -e

0 commit comments

Comments
 (0)