diff options
author | Nick Hanley <nicholasjhanley@gmail.com> | 2022-07-07 17:51:05 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-07-12 11:51:19 +0000 |
commit | 077941f920f60d46565a95cbeb4da3ed4a3392c6 (patch) | |
tree | 4912d0779e421808c5155b88ce05f21bfaf36951 /tests | |
parent | 48744c15aa50bcd3e5cb6558d09d12760cd92633 (diff) | |
download | alpine-conf-077941f920f60d46565a95cbeb4da3ed4a3392c6.zip |
setup-alpine: fix typos
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/setup_alpine_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/setup_alpine_test b/tests/setup_alpine_test index 7d008e0..4fff2f2 100755 --- a/tests/setup_alpine_test +++ b/tests/setup_alpine_test @@ -34,7 +34,7 @@ setup_alpine_create_answerfile_body() { mkdir -p usr/share/zoneinfo/ touch usr/share/zoneinfo/UTC - echo 'USERSSHKEY="ssh-rsa blahbla user@example.com"/' >> answers + echo 'USERSSHKEY="ssh-rsa blahbla user@example.com"' >> answers echo 'ROOTSSHKEY="ssh-rsa blahbla user@example.com"' >> answers atf_check -s exit:0 \ |