Skip to content

Commit

Permalink
double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkring authored Aug 27, 2024
1 parent 20a8ba6 commit 96d085b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV GITHUB_REPOSITORY=${GITHUB_REPOSITORY}

# note that files after the first COPY are optional, which is nice (since might not have a dev.vipc)
# also note that dockerfile doesn't do whitespace characters, which is why we have a * in the COPY command
COPY 'src/JSON Serialization.vipc' ./source.vipc
COPY "src/JSON Serialization.vipc" ./source.vipc

# the script below will apply VIPC files, if they are found.
RUN if [ -f dev.vipc ] || [ -f source.vipc ]; then \
Expand Down

0 comments on commit 96d085b

Please sign in to comment.