Skip to content

Commit

Permalink
Fix comment in PBXShellScriptBuildPhase
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera committed Sep 7, 2017
1 parent 9e0b027 commit d0264fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PBXShellScriptBuildPhase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ extension PBXShellScriptBuildPhase: PlistSerializable {
if let shellScript = shellScript {
dictionary["shellScript"] = .string(CommentedString(shellScript))
}
return (key: CommentedString(self.reference, comment: "Run Script"), value: .dictionary(dictionary))
return (key: CommentedString(self.reference, comment: self.name), value: .dictionary(dictionary))
}

}

0 comments on commit d0264fc

Please sign in to comment.