Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Rename scppublisher to ScpPublisher
Browse files Browse the repository at this point in the history
  • Loading branch information
danghai authored and spbnick committed May 22, 2018
1 parent 33d6481 commit 81dcb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skt/publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def publish(self, source):
return self.geturl(source)


class scppublisher(Publisher):
class ScpPublisher(Publisher):
TYPE = 'scp'

def publish(self, source):
Expand Down

0 comments on commit 81dcb8d

Please sign in to comment.