Merge pull request #667 from rolandgeider/master

Fix typo
This commit is contained in:
Lukas Gravley 2020-09-03 10:27:40 -05:00 committed by GitHub
commit e89faa7920
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ ENV PATH="/node_modules/.bin:${PATH}"
RUN bundle install
###################################
# Install DotNet and Dependancies #
# Install DotNet and Dependencies #
###################################
RUN wget --tries=5 -O dotnet-install.sh https://dot.net/v1/dotnet-install.sh \
&& chmod +x dotnet-install.sh \