whitespace cleanups

This commit is contained in:
Adam Spiers 2016-11-20 21:51:41 +00:00
parent 68838c8d9d
commit 08bff6df00
5 changed files with 13 additions and 14 deletions

View file

@ -1,5 +1,5 @@
# Build docker image: `docker build -t stowtest`
# Run tests: (from stow src directory)
# Run tests: (from stow src directory)
# `docker run --rm -it -v $(pwd):$(pwd) -w $(pwd) stowtest`
FROM debian:jessie
RUN DEBIAN_FRONTEND=noninteractive \