Skip to content

Commit

Permalink
* Fixed a typo that was preventing tools/anvil-generate-iso from comp…
Browse files Browse the repository at this point in the history
…iling.

Signed-off-by: Digimer <[email protected]>
  • Loading branch information
digimer committed Oct 28, 2016
1 parent fed7428 commit 02ce985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/anvil-generate-iso
Original file line number Diff line number Diff line change
Expand Up @@ -788,9 +788,9 @@ EOF
# Now setup the script for the user to call once booted.
echo 'Writing out the sample striker-installer script'
cat > ".$an->data->{path}{example_install}." << EOF
cat > ".$conf->{path}{example_install}." << EOF
# This is an example 'striker-installer' call. Feel free to edit this file here
# and then call it with 'sh ".$an->data->{path}{example_install}."' to save typing
# and then call it with 'sh ".$conf->{path}{example_install}."' to save typing
# all this out.
#
# If you are rebuilding or replacing a dashboard and you know what the old host
Expand Down

0 comments on commit 02ce985

Please sign in to comment.