Merge pull request #3572 from JuanitoFatas/patch/fix-a-typo
[ci skip] Fix a typo in bin/vagrant comment.
This commit is contained in:
commit
0a11ecebb1
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
|
|
||||||
# Trap interrupts to quit cleanly. This will be overriden at some point
|
# Trap interrupts to quit cleanly. This will be overridden at some point
|
||||||
# by Vagrant. This is made to catch any interrupts while Vagrant is
|
# by Vagrant. This is made to catch any interrupts while Vagrant is
|
||||||
# initializing which have historically resulted in stack traces.
|
# initializing which have historically resulted in stack traces.
|
||||||
Signal.trap("INT") { abort }
|
Signal.trap("INT") { abort }
|
||||||
|
|
Loading…
Reference in New Issue