Skip to content

Commit 0c77941

Browse files
committed
Fix syntax error when embedding Ruby into shell
1 parent 01f9cdd commit 0c77941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trigger.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source =
99
end
1010
1111
user_name, user_email, commit_message =
12-
`git log -1 --pretty=format:"%aN%x00%aE%x00%B"`.split("\0")
12+
\`git log -1 --pretty=format:"%aN%x00%aE%x00%B"\`.split("\0")
1313
1414
File.write("/tmp/post.json", {
1515
"request" => {

0 commit comments

Comments
 (0)