Skip to content

Commit

Permalink
Merge pull request #4905 from sevagh/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in GNUmakefile
  • Loading branch information
angrycub authored Nov 20, 2018
2 parents a1d5f12 + 0f211d1 commit 1f98eed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ static-assets: ## Compile the static routes to serve alongside the API
@go-bindata-assetfs -pkg agent -prefix ui -modtime 1480000000 -tags ui -o bindata_assetfs.go ./ui/dist/...
@mv bindata_assetfs.go command/agent

.PHONY: test-webiste
.PHONY: test-website
test-website: ## Run Website Link Checks
@cd website && make test

Expand Down
1 change: 1 addition & 0 deletions exit-code
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1

0 comments on commit 1f98eed

Please sign in to comment.