Skip to content

Commit

Permalink
update migrate_to_v1 script
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhu committed Mar 3, 2016
1 parent fe6a2f5 commit ddff3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrate_to_v1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function migrate {
for file in $( grep "github.com/qor/qor/$(basename $package)" -l -r . ); do
if [[ $file == *".go" ]]
then
echo "updating package `$(basename $package)`'s import path for file $file "
echo "updating package $(basename $package)'s import path for file $file "
sed -i '' s/\\/qor\\/qor\\/$(basename $package)/\\/qor\\/$(basename $package)/g $file
fi
done
Expand Down

0 comments on commit ddff3d6

Please sign in to comment.