Skip to content

Commit 3e9673b

Browse files
committed
fix makefile
1 parent fe576a9 commit 3e9673b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
####################################################################
2-
#
2+
#
33
# Rules used to build and release the SDK.
44
#
55
####################################################################
66

77
tagCommit:
8-
git tag `cat sdk-version.txt`; git push origin `cat sdk-version.txt`
8+
git tag `cat sdk-version.txt`; git push origin `cat sdk-version.txt`
99

10-
deploy: tagCommit
10+
deploy: tagCommit

0 commit comments

Comments
 (0)