Skip to content

Commit

Permalink
fix: fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikRevich committed Mar 5, 2024
1 parent 44dc1ba commit a9bd9a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ endif
.PHONY: create-local-api-server
create-local-api-server: ## Create ResourceTracker local directory for API Server
ifeq (,$(wildcard $(HOME)/.resourcetracker))
@mkdir -p $(HOME)/.resourcetracker/workspace
@mkdir -p $(HOME)/.resourcetracker/config
@mkdir $(HOME)/.resourcetracker/workspace
endif
ifeq (,$(wildcard $(HOME)/.resourcetracker/workspace))
@mkdir -p $(HOME)/.resourcetracker/workspace
Expand Down

0 comments on commit a9bd9a9

Please sign in to comment.