Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

Commit 1dfcd80

Browse files
💀 Fix bad syntax on Makefile
1 parent 36e8ed9 commit 1dfcd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ release: clean-package ## Build and upload packages, regarding branch name as ve
5959
@echo 'https://github.com/tadashi-aikawa/gowl/compare/$(branch_version)?expand=1'
6060
@echo '..And deploy package!!'
6161

62-
deploy: guard-version ## Deploy packages (Required: $version. ex: 0.5.1)
62+
deploy: guard-version ## Deploy packages [Required: $version. ex. 0.5.1]
6363
ghr v$(version) dist/

0 commit comments

Comments
 (0)