Skip to content

Commit aefb8a1

Browse files
committed
Merge pull request #175 from sandstorm-io/fix-linux-typo
Fix typo
2 parents ef2ae20 + c58fbfa commit aefb8a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vagrant-spk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,8 @@ def shell(args):
735735
# vagrant is slow to start up, so we run both checks in the same vagrant
736736
# ssh invocation.
737737
#
738-
# For safety on Windows especially, and to make it easier to manually test this on Mac/Liniux
739-
# via "vagrant ssh -c '...'", we avoid using any of these characters within the string:
738+
# For safety on Windows especially, and to make it easier to manually test this on Mac/Linux via
739+
# "vagrant ssh -c '...'", we avoid using any of these characters within the string:
740740
#
741741
# - apostrophe: '
742742
# - quotation mark: "

0 commit comments

Comments
 (0)