You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Builder/Reporting/Exit.elm
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -283,7 +283,7 @@ bumpToReport bump =
283
283
Nothing
284
284
"I cannot find an elm.json so I am not sure what you want me to bump."
285
285
[D.reflow <|
286
-
"Elm packages always have an elm.json that says current the version number. If you run this command from a directory with an elm.json file, I will try to bump the version in there based on the API changes."
286
+
"Elm packages always have an elm.json that says the current version number. If you run this command from a directory with an elm.json file, I will try to bump the version in there based on the API changes."
0 commit comments