Skip to content

Commit

Permalink
Fix the double curly bracket typo. (PowerShell#6960)
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton authored and TravisEz13 committed Jun 4, 2018
1 parent d67d87c commit 3cb2424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/release/fedora27/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN localedef --charmap=UTF-8 --inputfile=en_US $LANG
RUN curl https://packages.microsoft.com/config/rhel/7/prod.repo | tee /etc/yum.repos.d/microsoft.repo

# Install latest powershell from Microsoft YUM Repo
RUN dnf install -y powershell-${POWERSHELL_VERSION}} \
RUN dnf install -y powershell-${POWERSHELL_VERSION} \
&& dnf clean all

# Use array to avoid Docker prepending /bin/sh -c
Expand Down

0 comments on commit 3cb2424

Please sign in to comment.