Skip to content

Commit b967e8b

Browse files
committed
silence dot env error and add artifact
1 parent 610d567 commit b967e8b

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
# Node artifact files
77
node_modules/
8-
dist/
98

109
# Compiled Java class files
1110
*.class

cmd/root.go

+1-4
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,7 @@ func (m *model) listenForPRChanges() {
278278
}
279279

280280
func Execute() {
281-
err := godotenv.Load()
282-
if err != nil {
283-
fmt.Println("Error loading .env file")
284-
}
281+
godotenv.Load()
285282

286283
p := tea.NewProgram(&initialModel)
287284
// Use the full size of the terminal in its "alternate screen buffer"

dist/prty

21.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)