Skip to content

Commit

Permalink
Merge branch 'master' of github.com:warrensbox/terraform-switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed Nov 25, 2019
2 parents 9462dad + 934cd6d commit ae4bbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/symlink.go
Original file line number Diff line number Diff line change
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 ae4bbf2

Please sign in to comment.