Skip to content

Commit f13d16d

Browse files
fix prehook name
1 parent c61f997 commit f13d16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/development.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Before we can start you need to match some prerequirements on your host machine.
4545
```bash
4646
#!/usr/bin/env bash
4747

48-
export pre_onadmin_installcrowbar=$(base64 --wrap=0 <<'EOS'
48+
export pre_do_installcrowbar=$(base64 --wrap=0 <<'EOS'
4949
zypper ar -f http://dist.suse.de/install/SLP/SLE-12-SP1-SDK-LATEST/x86_64/DVD1/ sle12-sp1-sdk
5050
zypper -n in -l gcc ruby2.1-devel sqlite3-devel libxml2-devel;
5151

0 commit comments

Comments
 (0)