Skip to content

Commit e61ba47

Browse files
committed
Add intentional error
1 parent da748a5 commit e61ba47

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Gemfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
source "https://rubygems.org"
22

33
gem 'rack'
4+
5+
raise "INTENTIONAL ERROR"
6+
# This is added to ensure that `hatchet lock` locks to a specific
7+
# commit, which should be the one right before this.
8+
#
9+
# Have a nice day

0 commit comments

Comments
 (0)