Skip to content

Commit

Permalink
Merge pull request #54 from rblumen-desk/err-message-symlink
Browse files Browse the repository at this point in the history
corrected error message
  • Loading branch information
warrensbox committed Nov 25, 2019
2 parents 3a66f52 + 655279c commit 934cd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/symlink.go
Expand Up @@ -27,7 +27,7 @@ func RemoveSymlink(symlinkPath string) {
_, err := os.Lstat(symlinkPath)
if err != nil {
log.Fatalf(`
Unable to remove symlink.
Unable to stat symlink.
Maybe symlink already exist. Try removing existing symlink manually.
Try running "unlink %s" to remove existing symlink.
If error persist, you may not have the permission to create a symlink at %s.
Expand Down

0 comments on commit 934cd6d

Please sign in to comment.