Skip to content

Commit

Permalink
Fix mv command syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
langroodi committed Sep 19, 2021
1 parent 6b54061 commit 980af4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ git rm -rf .
git stash pop

# Move the the generated code documentation to the branch root
mv "$HTMLOUTPUT/*" .
mv "$HTMLOUTPUT"/* .

# Add all the changes to the GIT
git add --all
Expand Down

0 comments on commit 980af4d

Please sign in to comment.