Skip to content

Commit 3a80f99

Browse files
committed
Fixed function names
1 parent 8e73a89 commit 3a80f99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/common.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export PLUGIN_NAME_ROOTFS=docker-volume-linode:rootfs.${TRAVIS_BUILD_NUMBER}
88
export PLUGIN_NAME=libgolang/docker-volume-linode:${TRAVIS_BRANCH}.${TRAVIS_BUILD_NUMBER}
99
export PLUGIN_NAME_LATEST=libgolang/docker-volume-linode:latest
1010

11-
1211
# Build Step
1312
build () {
1413
compile
@@ -47,7 +46,7 @@ compile () {
4746
docker build --no-cache -q -t ${PLUGIN_NAME_ROOTFS} .
4847
}
4948

50-
asseble-plugin-dir () {
49+
assemble-plugin-dir () {
5150
# create plugin
5251
mkdir -p ./plugin/rootfs
5352
docker create --name tmp ${PLUGIN_NAME_ROOTFS}

0 commit comments

Comments
 (0)