Skip to content

Commit f6b3937

Browse files
committed
Add spacing
1 parent a0fbf5d commit f6b3937

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ jobs:
143143
144144
# Create the control file
145145
# TODO: Maybe detect if major version change, then make it mandatory
146-
echo """
147-
Source: gitmastery
146+
echo """Source: gitmastery
148147
Maintainer: $NAME <$EMAIL>
149148
Section: misc
150149
Priority: optional
@@ -166,17 +165,15 @@ jobs:
166165
167166
# Provide the rules for installation, using -e to preserve the tab character as per:
168167
# https://wiki.debian.org/Packaging/Intro
169-
echo -e $"""
170-
#!/usr/bin/make -f
168+
echo -e $"""#!/usr/bin/make -f
171169
%:
172170
\tdh \$@
173-
171+
\n
174172
override_dh_auto_install:
175173
\tinstall -D -m 0755 gitmastery-${VERSION}-linux-amd64 \$(DESTDIR)/usr/bin/gitmastery
176174
""" > debian/rules
177175
178-
echo """
179-
usr/bin
176+
echo """usr/bin
180177
""" > debian/gitmastery.dirs
181178
182179
cat debian/rules

0 commit comments

Comments
 (0)