Skip to content

Commit 519a856

Browse files
committed
Update warning
1 parent a2c0e77 commit 519a856

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

id.mk

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
## Identify drafts, types and versions
22

3+
4+
5+
6+
7+
8+
9+
310
$(warning **************************************************************)
411
$(warning *** ***)
512
$(warning *** You are on the 'master' branch of i-d-template. ***)
613
$(warning *** This branch is not supported. ***)
714
$(warning *** Please update to use 'main'. ***)
815
$(warning *** ***)
916
ifneq (,$(shell git submodule status $(LIBDIR) 2>/dev/null))
10-
$(warning *** git -C $(LIBDIR) fetch origin ***)
11-
$(warning *** git -C $(LIBDIR) checkout main ***)
17+
$(warning *** git -C $(LIBDIR) fetch origin ***)
18+
$(warning *** git -C $(LIBDIR) checkout main ***)
1219
else
1320
$(warning *** sed -i~ s/master/main/ Makefile ***)
14-
$(warning *** rm -rf $(LIBDIR) ***)
21+
$(warning *** rm -rf $(LIBDIR) ***)
1522
endif
1623
$(warning *** ***)
1724
$(warning **************************************************************)

0 commit comments

Comments
 (0)