Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
OrlovEvgeny committed Mar 28, 2018
1 parent 147bf0b commit 8e15726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logger.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
. "./config"
. "github.com/OrlovEvgeny/TinyJPG/config"
"fmt"
"log"
"os"
Expand Down
2 changes: 1 addition & 1 deletion tinyjpg.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
. "./config"
. "github.com/OrlovEvgeny/TinyJPG/config"
"flag"
"fmt"
"github.com/rjeczalik/notify"
Expand Down

0 comments on commit 8e15726

Please sign in to comment.