summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorgjoranv <gv@yahoo-inc.com>2017-06-19 13:21:05 +0200
committergjoranv <gv@yahoo-inc.com>2017-06-19 13:21:05 +0200
commit8a1abf343130f13d90480345901e17cf7df4eeb7 (patch)
treee798bfffaf522115232c01b5e2e782f1bcbb3d52 /docker
parentffad94583f16953baa5787cbab911ddd8b636d87 (diff)
Fix typo in comment.
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/vespa-ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/vespa-ci.sh b/docker/vespa-ci.sh
index d3d213fa87b..1cfe1fbb455 100755
--- a/docker/vespa-ci.sh
+++ b/docker/vespa-ci.sh
@@ -17,7 +17,7 @@ CI_DOCKER_IMAGE="vespaci"
docker build -t "$BUILD_DOCKER_IMAGE" -f Dockerfile.build .
-# Create a temporarily copy of the rpm spec file inside docker directory so it can be referenced by the Dockerfile
+# Create a temporary copy of the rpm spec file inside docker directory so it can be referenced by the Dockerfile
rm -rf tmp; mkdir tmp
cp -p ../dist/vespa.spec tmp/vespa.spec