Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing command in Makefile #24

Closed
Sddilora opened this issue Apr 3, 2024 · 1 comment · Fixed by #25 or #26
Closed

Fixing command in Makefile #24

Sddilora opened this issue Apr 3, 2024 · 1 comment · Fixed by #25 or #26
Assignees
Labels
Be bug Something isn't working high priority Urgent issues needing immediate attention

Comments

@Sddilora
Copy link
Member

Sddilora commented Apr 3, 2024

fix this part

## Run:
local-run: ## Run in Local for Development
	LOCAL = true && export LOCAL && go run cmd/service/main.go

as

## Run:
local-run: ## Run in Local for Development
	LOCAL=true go run cmd/service/main.go

in Makefile

@Sddilora Sddilora changed the title Fixing typo in Makefile Fixing command in Makefile Apr 3, 2024
@Sddilora Sddilora added bug Something isn't working high priority Urgent issues needing immediate attention labels Apr 3, 2024
@Maraza25 Maraza25 linked a pull request Apr 3, 2024 that will close this issue
@Maraza25 Maraza25 closed this as completed Apr 3, 2024
@Sddilora Sddilora reopened this Apr 3, 2024
@Sddilora
Copy link
Member Author

Sddilora commented Apr 3, 2024

Close the issue after pull request merged succesfully
@Maraza25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Be bug Something isn't working high priority Urgent issues needing immediate attention
Projects
None yet
3 participants