Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
z0mbix committed May 9, 2020
1 parent d2f1674 commit 8595985
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 101 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ stop-instance: ## Stop test instance
instance-status: ## Get test instance status
@aws ec2 describe-instances \
--output json \
--instance-id $(AWS_INSTANCE_ID)
--instance-id $(AWS_INSTANCE_ID) \
| jq -rC '.Reservations[0].Instances[0].State.Name'

help: ## See all the Makefile targets
Expand Down
100 changes: 0 additions & 100 deletions internal/config/config_test.go

This file was deleted.

0 comments on commit 8595985

Please sign in to comment.