Skip to content
Snippets Groups Projects
Commit 9e8db27f authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Fix a function name typo in AssignHostname task

parent b0e6727c
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ openbsd_hostname() { ...@@ -118,7 +118,7 @@ openbsd_hostname() {
echo "$hostname" > "$target/etc/myname" echo "$hostname" > "$target/etc/myname"
} }
netbsd_hoststame() { netbsd_hostname() {
local target hostname local target hostname
target="$1" target="$1"
hostname="$2" hostname="$2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment