Skip to content

Commit

Permalink
rename .dbt dbt
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Aug 22, 2024
1 parent 13f0d50 commit f07aefd
Show file tree
Hide file tree
Showing 22 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.idea
/honey-tracker
/.dbt/logs/dbt.log
/dbt/logs/dbt.log
1 change: 1 addition & 0 deletions cmd/honey-tracker/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ func rootRun(cmd *cobra.Command, args []string) error {
if err != nil {
return fmt.Errorf("runnning sinker:%w", err)
}

return nil
}
func main() {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f07aefd

Please sign in to comment.