Skip to content

Commit 95b85b5

Browse files
committed
chore(makefile): add end comment to bash file
1 parent 7d7e95d commit 95b85b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ configuration:
4141
echo "# Used to automate barracuda-vpn" >> $(zhell_path)
4242
echo "alias vpn=\"vpn-open $(key_path)\"" >> $(zhell_path)
4343
echo "export PATH=\44PATH:$(PWD)" >> $(zhell_path)
44+
echo "# Used to automate barracuda-vpn" >> $(zhell_path)
4445

4546
.PHONY: help # = Generate list of targets with descriptions
4647
help:

0 commit comments

Comments
 (0)