Skip to content

Commit

Permalink
append "?update" to the script URL in thor gm:check
Browse files Browse the repository at this point in the history
this is when checking for script signature
  • Loading branch information
mislav committed Jun 21, 2009
1 parent baabab2 commit 9f8f443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Thorfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Gm < Thor
private

def script_path(id)
"/scripts/source/#{id}.user.js"
"/scripts/source/#{id}.user.js?update"
end

def script_file(name)
Expand Down

0 comments on commit 9f8f443

Please sign in to comment.