Skip to content

Commit

Permalink
Merge pull request #667 from rolandgeider/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
admiralAwkbar committed Sep 3, 2020
2 parents 17bd9f7 + 57ca17b commit e89faa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e89faa7

Please sign in to comment.