Skip to content

Commit 7e4f506

Browse files
committed
Install/Linux: Fix funny first-line indentation
1 parent 399be90 commit 7e4f506

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

site/_includes/wiki/arch-install-steps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{% assign includeMakepkgSteps = include.makepkg | default: false %}
44

55
```sh
6-
{% if includeMakepkgSteps -%}
7-
{% include wiki/arch-makepkg-steps.txt %}
8-
{%- endif -%}
9-
{% include wiki/arch-regen-commands.txt -%}
6+
{% if includeMakepkgSteps -%}
7+
{% include wiki/arch-makepkg-commands.txt %}
8+
{%- endif -%}
9+
{% include wiki/arch-regen-commands.txt -%}
1010
```

site/_includes/wiki/arch-makepkg-steps.txt renamed to site/_includes/wiki/arch-makepkg-commands.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Downloads the pkgbuild from the AUR.
1+
# Downloads the pkgbuild from the AUR.
22
git clone https://aur.archlinux.org/opentabletdriver.git
33
# Changes into the correct directory, pulls needed dependencies, then installs OpenTabletDriver
44
cd opentabletdriver && makepkg -si

0 commit comments

Comments
 (0)