Skip to content

Commit

Permalink
fix backwards push copy message
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoiron committed Jul 29, 2013
1 parent fb56daf commit 34aaa6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands.go
Expand Up @@ -267,7 +267,7 @@ func Push(path string) error {
if err != nil {
return err
}
fmt.Printf("%s -> %s\n", cfg, file)
fmt.Printf("%s -> %s\n", file, cfg)
}
}
return nil
Expand Down

0 comments on commit 34aaa6b

Please sign in to comment.