1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00
This commit is contained in:
Kyle Spearrin 2017-08-23 22:39:31 -04:00
parent 7ad3c4785b
commit ba64073683
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path
echo "`n## Building nginx"
echo "`n## Building Nginx"
echo "`nBuilding docker image"
docker --version

View File

@ -3,7 +3,7 @@ set -e
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo -e "\n## Building nginx"
echo -e "\n## Building Nginx"
echo -e "\nBuilding docker image"
docker --version