Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/pliny/commands/updater.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_current_version

def save_patch(curr, target)
# take a diff of changes that happened to the template app in Pliny
diff = `cd #{repo_dir} && git diff v#{curr}..v#{target} lib/template/`
diff = `cd #{repo_dir} && GIT_CONFIG_GLOBAL=/dev/null git diff v#{curr}..v#{target} lib/template/`

# remove /lib/template from the path of files in the patch so that we can
# apply these to the current folder
Expand Down