Skip to content

Commit

Permalink
Merge pull request #61 from SaphMB/master
Browse files Browse the repository at this point in the history
Correct CLEDST to CLIDST in Makefile
  • Loading branch information
steveperry-53 committed Oct 9, 2018
2 parents ef087e4 + 8717211 commit bfd6295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cli: cleancli
copycli: cli
cp gen-kubectldocs/generators/build/index.html $(WEBROOT)/docs/reference/generated/kubectl/kubectl-commands.html
cp gen-kubectldocs/generators/build/navData.js $(WEBROOT)/docs/reference/generated/kubectl/navData.js
cp $(CLISRC)/scroll.js $(CLEDST)/scroll.js
cp $(CLISRC)/scroll.js $(CLIDST)/scroll.js
cp $(CLISRC)/stylesheet.css $(CLIDST)/stylesheet.css
cp $(CLISRC)/tabvisibility.js $(CLIDST)/tabvisibility.js
cp $(CLISRC)/node_modules/bootstrap/dist/css/bootstrap.min.css $(CLIDST)/node_modules/bootstrap/dist/css/bootstrap.min.css
Expand Down

0 comments on commit bfd6295

Please sign in to comment.